Expand description
High level safe bindings to the NVVM compiler (libnvvm) for writing CUDA GPU kernels with a subset of LLVM IR.
Modules§
- sys
- Raw bindings to libnvvm. All APIs are exposed safely so this module should generally not be used.
Structs§
Enums§
- Nvvm
Arch - Nvvm architecture, default is
Compute52
- Nvvm
Error - Nvvm
Option
Functions§
- dbg_
version - Get the major and minor NVVM debug metadata version.
- ir_
version - Get the major and minor NVVM IR version.
- nvvm_
version - Get the major and minor NVVM version.