#[repr(transparent)]pub struct CUjitInputType_enum(pub c_uint);
Expand description
Device code formats
Tuple Fields§
§0: c_uint
Implementations§
Source§impl CUjitInputType_enum
impl CUjitInputType_enum
Sourcepub const CU_JIT_INPUT_CUBIN: CUjitInputType_enum
pub const CU_JIT_INPUT_CUBIN: CUjitInputType_enum
Compiled device-class-specific device code\n Applicable options: none
Source§impl CUjitInputType_enum
impl CUjitInputType_enum
Sourcepub const CU_JIT_INPUT_PTX: CUjitInputType_enum
pub const CU_JIT_INPUT_PTX: CUjitInputType_enum
PTX source code\n Applicable options: PTX compiler options
Source§impl CUjitInputType_enum
impl CUjitInputType_enum
Sourcepub const CU_JIT_INPUT_FATBINARY: CUjitInputType_enum
pub const CU_JIT_INPUT_FATBINARY: CUjitInputType_enum
Bundle of multiple cubins and/or PTX of some device code\n Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY
Source§impl CUjitInputType_enum
impl CUjitInputType_enum
Sourcepub const CU_JIT_INPUT_OBJECT: CUjitInputType_enum
pub const CU_JIT_INPUT_OBJECT: CUjitInputType_enum
Host object with embedded device code\n Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY
Source§impl CUjitInputType_enum
impl CUjitInputType_enum
Sourcepub const CU_JIT_INPUT_LIBRARY: CUjitInputType_enum
pub const CU_JIT_INPUT_LIBRARY: CUjitInputType_enum
Archive of host objects with embedded device code\n Applicable options: PTX compiler options, ::CU_JIT_FALLBACK_STRATEGY
Source§impl CUjitInputType_enum
impl CUjitInputType_enum
Sourcepub const CU_JIT_INPUT_NVVM: CUjitInputType_enum
pub const CU_JIT_INPUT_NVVM: CUjitInputType_enum
\deprecated High-level intermediate code for link-time optimization\n Applicable options: NVVM compiler options, PTX compiler options
Only valid with LTO-IR compiled with toolkits prior to CUDA 12.0
Source§impl CUjitInputType_enum
impl CUjitInputType_enum
Sourcepub const CU_JIT_NUM_INPUT_TYPES: CUjitInputType_enum
pub const CU_JIT_NUM_INPUT_TYPES: CUjitInputType_enum
\deprecated High-level intermediate code for link-time optimization\n Applicable options: NVVM compiler options, PTX compiler options
Only valid with LTO-IR compiled with toolkits prior to CUDA 12.0
Trait Implementations§
Source§impl Clone for CUjitInputType_enum
impl Clone for CUjitInputType_enum
Source§fn clone(&self) -> CUjitInputType_enum
fn clone(&self) -> CUjitInputType_enum
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more