/NVRTC-Demo

A very crude demonstration of Nvidia's Runtime Cuda Compilation Library

Primary LanguageCudaMIT LicenseMIT

NVRTC demo

NVRTC is a runtime compilation library for CUDA C++. It accepts CUDA C++ source code in character string form and creates handles that can be used to obtain the PTX. This project demonstrates the working of the same by taking the iteration function for the Mandelbrot set and generating the image at runtime.

Fractal.Explorer.2024-01-23.19-02-29.mp4