Table of Contents

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 = 0

Compiled device-class-specific device code (cubin)

CU_JIT_INPUT_FATBINARY = 2

Bundle of multiple cubins and/or PTX of some device code

CU_JIT_INPUT_LIBRARY = 4

Archive of host objects with embedded device code

CU_JIT_INPUT_NVVM = 5

High-level intermediate code for link-time optimization

CU_JIT_INPUT_OBJECT = 3

Host object with embedded device code

CU_JIT_INPUT_PTX = 1

PTX source code