Trait gemm_common::cache::DivCeil
source · pub trait DivCeil: Sized {
// Required methods
fn msrv_div_ceil(self, rhs: Self) -> Self;
fn msrv_next_multiple_of(self, rhs: Self) -> Self;
fn msrv_checked_next_multiple_of(self, rhs: Self) -> Option<Self>;
}
Required Methods§
fn msrv_div_ceil(self, rhs: Self) -> Self
fn msrv_next_multiple_of(self, rhs: Self) -> Self
fn msrv_checked_next_multiple_of(self, rhs: Self) -> Option<Self>
Object Safety§
This trait is not object safe.