cuda-samples/Samples/7_libNVVM/simple/README.md

7 lines
224 B
Markdown
Raw Normal View History

2023-06-30 03:33:40 +08: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.