randomaccessvemuri / NVRTC-Demo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Cuda 100.0%