[][src]Enum halide_runtime::runtime::halide_target_feature_t

#[repr(u32)]pub enum halide_target_feature_t {
    halide_target_feature_jit,
    halide_target_feature_debug,
    halide_target_feature_no_asserts,
    halide_target_feature_no_bounds_query,
    halide_target_feature_sse41,
    halide_target_feature_avx,
    halide_target_feature_avx2,
    halide_target_feature_fma,
    halide_target_feature_fma4,
    halide_target_feature_f16c,
    halide_target_feature_armv7s,
    halide_target_feature_no_neon,
    halide_target_feature_vsx,
    halide_target_feature_power_arch_2_07,
    halide_target_feature_cuda,
    halide_target_feature_cuda_capability30,
    halide_target_feature_cuda_capability32,
    halide_target_feature_cuda_capability35,
    halide_target_feature_cuda_capability50,
    halide_target_feature_opencl,
    halide_target_feature_cl_doubles,
    halide_target_feature_cl_atomic64,
    halide_target_feature_opengl,
    halide_target_feature_openglcompute,
    halide_target_feature_user_context,
    halide_target_feature_matlab,
    halide_target_feature_profile,
    halide_target_feature_no_runtime,
    halide_target_feature_metal,
    halide_target_feature_mingw,
    halide_target_feature_c_plus_plus_mangling,
    halide_target_feature_large_buffers,
    halide_target_feature_hvx_64,
    halide_target_feature_hvx_128,
    halide_target_feature_hvx_v62,
    halide_target_feature_fuzz_float_stores,
    halide_target_feature_soft_float_abi,
    halide_target_feature_msan,
    halide_target_feature_avx512,
    halide_target_feature_avx512_knl,
    halide_target_feature_avx512_skylake,
    halide_target_feature_avx512_cannonlake,
    halide_target_feature_hvx_use_shared_object,
    halide_target_feature_trace_loads,
    halide_target_feature_trace_stores,
    halide_target_feature_trace_realizations,
    halide_target_feature_trace_pipeline,
    halide_target_feature_cuda_capability61,
    halide_target_feature_hvx_v65,
    halide_target_feature_hvx_v66,
    halide_target_feature_cl_half,
    halide_target_feature_strict_float,
    halide_target_feature_tsan,
    halide_target_feature_asan,
    halide_target_feature_d3d12compute,
    halide_target_feature_check_unsafe_promises,
    halide_target_feature_hexagon_dma,
    halide_target_feature_embed_bitcode,
    halide_target_feature_enable_llvm_loop_opt,
    halide_target_feature_disable_llvm_loop_opt,
    halide_target_feature_wasm_simd128,
    halide_target_feature_wasm_signext,
    halide_target_feature_sve,
    halide_target_feature_sve2,
    halide_target_feature_egl,
    halide_target_feature_end,
}

Variants

halide_target_feature_jit
halide_target_feature_debug
halide_target_feature_no_asserts
halide_target_feature_no_bounds_query
halide_target_feature_sse41
halide_target_feature_avx
halide_target_feature_avx2
halide_target_feature_fma
halide_target_feature_fma4
halide_target_feature_f16c
halide_target_feature_armv7s
halide_target_feature_no_neon
halide_target_feature_vsx
halide_target_feature_power_arch_2_07
halide_target_feature_cuda
halide_target_feature_cuda_capability30
halide_target_feature_cuda_capability32
halide_target_feature_cuda_capability35
halide_target_feature_cuda_capability50
halide_target_feature_opencl
halide_target_feature_cl_doubles
halide_target_feature_cl_atomic64
halide_target_feature_opengl
halide_target_feature_openglcompute
halide_target_feature_user_context
halide_target_feature_matlab
halide_target_feature_profile
halide_target_feature_no_runtime
halide_target_feature_metal
halide_target_feature_mingw
halide_target_feature_c_plus_plus_mangling
halide_target_feature_large_buffers
halide_target_feature_hvx_64
halide_target_feature_hvx_128
halide_target_feature_hvx_v62
halide_target_feature_fuzz_float_stores
halide_target_feature_soft_float_abi
halide_target_feature_msan
halide_target_feature_avx512
halide_target_feature_avx512_knl
halide_target_feature_avx512_skylake
halide_target_feature_avx512_cannonlake
halide_target_feature_hvx_use_shared_object
halide_target_feature_trace_loads
halide_target_feature_trace_stores
halide_target_feature_trace_realizations
halide_target_feature_trace_pipeline
halide_target_feature_cuda_capability61
halide_target_feature_hvx_v65
halide_target_feature_hvx_v66
halide_target_feature_cl_half
halide_target_feature_strict_float
halide_target_feature_tsan
halide_target_feature_asan
halide_target_feature_d3d12compute
halide_target_feature_check_unsafe_promises
halide_target_feature_hexagon_dma
halide_target_feature_embed_bitcode
halide_target_feature_enable_llvm_loop_opt
halide_target_feature_disable_llvm_loop_opt
halide_target_feature_wasm_simd128
halide_target_feature_wasm_signext
halide_target_feature_sve
halide_target_feature_sve2
halide_target_feature_egl
halide_target_feature_end

Trait Implementations

impl Clone for halide_target_feature_t[src]

impl Copy for halide_target_feature_t[src]

impl Debug for halide_target_feature_t[src]

impl Eq for halide_target_feature_t[src]

impl Hash for halide_target_feature_t[src]

impl PartialEq<halide_target_feature_t> for halide_target_feature_t[src]

impl StructuralEq for halide_target_feature_t[src]

impl StructuralPartialEq for halide_target_feature_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.