RSSAmplifier

Anthony Bisulco's Portfolio · Jul 13, 2021

GPU Ray Tracing

0
Sign in to vote or save

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…

Read on abisulco.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.