Trait cubecl_core::codegen::CompilerRepresentation
source · pub trait CompilerRepresentation: Display {
// Required method
fn shared_memory_size(&self) -> usize;
}
Expand description
Trait for compiled code representation
Required Methods§
Computes and returns the shared memory size