pub struct Flags {Show 13 fields
pub elem_bf16: bool,
pub elem_f16: bool,
pub indexes: CubeIndexFlags,
pub op_barrier: bool,
pub op_pipeline: bool,
pub inst_fast_math: bool,
pub inst_tma: bool,
pub inst_tma_im2col: bool,
pub inst_wmma: bool,
pub use_grid_constants: bool,
pub static_meta_length: usize,
pub has_dynamic_meta: bool,
pub cluster_dim: Option<CubeDim>,
}
Expand description
Flags gathered during Cube IR translation for the kernel compilation.
Fields§
§elem_bf16: bool
§elem_f16: bool
§indexes: CubeIndexFlags
§op_barrier: bool
§op_pipeline: bool
§inst_fast_math: bool
§inst_tma: bool
§inst_tma_im2col: bool
§inst_wmma: bool
§use_grid_constants: bool
§static_meta_length: usize
§has_dynamic_meta: bool
§cluster_dim: Option<CubeDim>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Flags
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnwindSafe for Flags
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