Jump to letter: [
ABCDFGHIJKLMNOPRSTVXZ
]
cuda-nvrtc - NVRTC runtime compilation library
- Description:
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. The PTX string generated by NVRTC can be loaded by cuModuleLoadData and
cuModuleLoadDataEx, and linked with other modules by cuLinkAddData of the CUDA
Driver API. This facility can often provide optimizations and performance not
possible in a purely offline static compilation.
Packages
cuda-nvrtc-8.0.61-7.fc25.x86_64
[6.6 MiB] |
Changelog
by Simone Caronni (2016-11-23):
- Simplify pkg-config files.
- Make samples compile by default without users requiring to specify anything
on the command line for include directories.
|