1// We cannot put this struct in cubecl-wgpu crate due to circular dependencies. 2#[derive(Clone, Debug, Default)] 3pub struct WgpuCompilationOptions { 4 pub supports_fp_fast_math: bool, 5 pub supports_u64: bool, 6 pub supports_explicit_smem: bool, 7}