Trait cubecl_core::frontend::Ceil
source · pub trait Ceil: CubePrimitive + Sized {
// Provided methods
fn ceil(x: Self) -> Self { ... }
fn __expand_ceil(
context: &mut CubeContext,
x: Self::ExpandType,
) -> ExpandElementTyped<Self> { ... }
}
Provided Methods§
fn ceil(x: Self) -> Self
fn __expand_ceil( context: &mut CubeContext, x: Self::ExpandType, ) -> ExpandElementTyped<Self>
Object Safety§
This trait is not object safe.