mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2024-11-24 19:59:17 +08:00
.. | ||
CMakeLists.txt | ||
README.md | ||
simple-gpu64.ll | ||
simple.c |
Introduction
simple is a C program that illustrates the use of libNVVM. simple converts the simple-gpu64.ll NVVM-IR file into PTX via the libNVVM API and forwards that PTX to the CUDA driver for GPU execution.