Enum CUjit_option_enum
#[repr(u32)]pub enum CUjit_option_enum {
Show 35 variants
CU_JIT_MAX_REGISTERS = 0,
CU_JIT_THREADS_PER_BLOCK = 1,
CU_JIT_WALL_TIME = 2,
CU_JIT_INFO_LOG_BUFFER = 3,
CU_JIT_INFO_LOG_BUFFER_SIZE_BYTES = 4,
CU_JIT_ERROR_LOG_BUFFER = 5,
CU_JIT_ERROR_LOG_BUFFER_SIZE_BYTES = 6,
CU_JIT_OPTIMIZATION_LEVEL = 7,
CU_JIT_TARGET_FROM_CUCONTEXT = 8,
CU_JIT_TARGET = 9,
CU_JIT_FALLBACK_STRATEGY = 10,
CU_JIT_GENERATE_DEBUG_INFO = 11,
CU_JIT_LOG_VERBOSE = 12,
CU_JIT_GENERATE_LINE_INFO = 13,
CU_JIT_CACHE_MODE = 14,
CU_JIT_NEW_SM3X_OPT = 15,
CU_JIT_FAST_COMPILE = 16,
CU_JIT_GLOBAL_SYMBOL_NAMES = 17,
CU_JIT_GLOBAL_SYMBOL_ADDRESSES = 18,
CU_JIT_GLOBAL_SYMBOL_COUNT = 19,
CU_JIT_LTO = 20,
CU_JIT_FTZ = 21,
CU_JIT_PREC_DIV = 22,
CU_JIT_PREC_SQRT = 23,
CU_JIT_FMA = 24,
CU_JIT_REFERENCED_KERNEL_NAMES = 25,
CU_JIT_REFERENCED_KERNEL_COUNT = 26,
CU_JIT_REFERENCED_VARIABLE_NAMES = 27,
CU_JIT_REFERENCED_VARIABLE_COUNT = 28,
CU_JIT_OPTIMIZE_UNUSED_DEVICE_VARIABLES = 29,
CU_JIT_POSITION_INDEPENDENT_CODE = 30,
CU_JIT_MIN_CTA_PER_SM = 31,
CU_JIT_MAX_THREADS_PER_BLOCK = 32,
CU_JIT_OVERRIDE_DIRECTIVE_VALUES = 33,
CU_JIT_NUM_OPTIONS = 34,
}Variants§
CU_JIT_MAX_REGISTERS = 0
CU_JIT_THREADS_PER_BLOCK = 1
CU_JIT_WALL_TIME = 2
CU_JIT_INFO_LOG_BUFFER = 3
CU_JIT_INFO_LOG_BUFFER_SIZE_BYTES = 4
CU_JIT_ERROR_LOG_BUFFER = 5
CU_JIT_ERROR_LOG_BUFFER_SIZE_BYTES = 6
CU_JIT_OPTIMIZATION_LEVEL = 7
CU_JIT_TARGET_FROM_CUCONTEXT = 8
CU_JIT_TARGET = 9
CU_JIT_FALLBACK_STRATEGY = 10
CU_JIT_GENERATE_DEBUG_INFO = 11
CU_JIT_LOG_VERBOSE = 12
CU_JIT_GENERATE_LINE_INFO = 13
CU_JIT_CACHE_MODE = 14
CU_JIT_NEW_SM3X_OPT = 15
CU_JIT_FAST_COMPILE = 16
CU_JIT_GLOBAL_SYMBOL_NAMES = 17
CU_JIT_GLOBAL_SYMBOL_ADDRESSES = 18
CU_JIT_GLOBAL_SYMBOL_COUNT = 19
CU_JIT_LTO = 20
CU_JIT_FTZ = 21
CU_JIT_PREC_DIV = 22
CU_JIT_PREC_SQRT = 23
CU_JIT_FMA = 24
CU_JIT_REFERENCED_KERNEL_NAMES = 25
CU_JIT_REFERENCED_KERNEL_COUNT = 26
CU_JIT_REFERENCED_VARIABLE_NAMES = 27
CU_JIT_REFERENCED_VARIABLE_COUNT = 28
CU_JIT_OPTIMIZE_UNUSED_DEVICE_VARIABLES = 29
CU_JIT_POSITION_INDEPENDENT_CODE = 30
CU_JIT_MIN_CTA_PER_SM = 31
CU_JIT_MAX_THREADS_PER_BLOCK = 32
CU_JIT_OVERRIDE_DIRECTIVE_VALUES = 33
CU_JIT_NUM_OPTIONS = 34
Trait Implementations§
§impl Clone for CUjit_option_enum
impl Clone for CUjit_option_enum
§fn clone(&self) -> CUjit_option_enum
fn clone(&self) -> CUjit_option_enum
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for CUjit_option_enum
impl Debug for CUjit_option_enum
§impl Hash for CUjit_option_enum
impl Hash for CUjit_option_enum
§impl Ord for CUjit_option_enum
impl Ord for CUjit_option_enum
§fn cmp(&self, other: &CUjit_option_enum) -> Ordering
fn cmp(&self, other: &CUjit_option_enum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for CUjit_option_enum
impl PartialEq for CUjit_option_enum
§impl PartialOrd for CUjit_option_enum
impl PartialOrd for CUjit_option_enum
impl Copy for CUjit_option_enum
impl Eq for CUjit_option_enum
impl StructuralPartialEq for CUjit_option_enum
Auto Trait Implementations§
impl Freeze for CUjit_option_enum
impl RefUnwindSafe for CUjit_option_enum
impl Send for CUjit_option_enum
impl Sync for CUjit_option_enum
impl Unpin for CUjit_option_enum
impl UnsafeUnpin for CUjit_option_enum
impl UnwindSafe for CUjit_option_enum
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more