Enum CUjitInputType
- Namespace
- DotCompute.Backends.CUDA.Types.Native
- Assembly
- DotCompute.Backends.CUDA.dll
Input types for cuLink APIs
public enum CUjitInputType
Fields
CU_JIT_INPUT_CUBIN = 0Compiled device-class-specific device code (cubin)
CU_JIT_INPUT_FATBINARY = 2Bundle of multiple cubins and/or PTX of some device code
CU_JIT_INPUT_LIBRARY = 4Archive of host objects with embedded device code
CU_JIT_INPUT_NVVM = 5High-level intermediate code for link-time optimization
CU_JIT_INPUT_OBJECT = 3Host object with embedded device code
CU_JIT_INPUT_PTX = 1PTX source code