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§

source

fn ceil(x: Self) -> Self

source

fn __expand_ceil( context: &mut CubeContext, x: Self::ExpandType, ) -> ExpandElementTyped<Self>

Object Safety§

This trait is not object safe.

Implementors§