Trait cubecl_cuda::compiler::Component
source · pub trait Component: Display {
// Required methods
fn item(&self) -> Item;
fn index(&self, index: usize) -> IndexedVariable;
// Provided method
fn elem(&self) -> Elem { ... }
}