44
0
mirror of https://github.com/NVIDIA/cuda-samples.git synced 2025-04-15 00:02:25 +08:00
cuda-samples/Samples/7_libNVVM/simple
2024-03-05 20:53:50 +00:00
..
CMakeLists.txt Changelog updates 2023-06-29 19:33:40 +00:00
README.md Changelog updates 2023-06-29 19:33:40 +00:00
simple-gpu64.ll Changelog updates 2023-06-29 19:33:40 +00:00
simple.c Updating samples for CUDA 12.4 2024-03-05 20:53:50 +00:00

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.