Enum CUJITInputType
Device code formats
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public enum CUJITInputType
Fields
Name | Description |
---|---|
Cubin | Compiled device-class-specific device code Applicable options: none |
FatBinary | Bundle of multiple cubins and/or PTX of some device code Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY |
Library | Archive of host objects with embedded device code Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY |
Object | Host object with embedded device code Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY |
PTX | PTX source code Applicable options: PTX compiler options |