Trait cubecl_core::tune::AutotuneOperation
source · pub trait AutotuneOperation {
// Required methods
fn execute(self: Box<Self>);
fn clone(&self) -> Box<dyn AutotuneOperation>;
// Provided method
fn name(&self) -> &str { ... }
}
Expand description
Contains operation to run and inputs on which to run it
Required Methods§
sourcefn clone(&self) -> Box<dyn AutotuneOperation>
fn clone(&self) -> Box<dyn AutotuneOperation>
Clones the operation and inputs