libnvfatbin 12.8.90
Channel: guix-science-nonfree
Synopsis: Combine multiple CUDA objects into one CUDA fatbin
Description:
This package provides a set of APIs which can be used at runtime to combine multiple CUDA objects into one CUDA fat binary (fatbin). The APIs accept inputs in multiple formats, either device cubins, PTX, or LTO-IR. The output is a fatbin that can be loaded by cuModuleLoadData
of the CUDA Driver API. The functionality in this library is similar to the fatbinary
offline tool in the CUDA toolkit, with the following advantages:
Support for runtime fatbin creation.
The clients get fine grain control over the input process.
Supports direct input from memory, rather than requiring inputs be written to files.
Total results: 1