Trait cubecl_core::frontend::Vectorized

source ·
pub trait Vectorized {
    // Required methods
    fn vectorization_factor(&self) -> UInt;
    fn vectorize(self, factor: UInt) -> Self;
}

Required Methods§

source

fn vectorization_factor(&self) -> UInt

source

fn vectorize(self, factor: UInt) -> Self

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Vectorized for bool

source§

fn vectorization_factor(&self) -> UInt

source§

fn vectorize(self, _factor: UInt) -> Self

Implementors§