This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
In this blog post, I will demonstrate how to use a GPU in order to accelerate the ray tracing code developed in previous blog posts . Specifically in this blog post I will be using Numba’s CUDA extension to write a CUDA kernel for the ray tracing code. Numba has support for parallel programming using both AMD and Nvidia GPUs, although this post will focus on development for a Nvidia GPU. Why…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.