pub struct PreparedStepGroupedFp8Gate { /* private fields */ }Expand description
Prepared official Step grouped-FP8 projection gate.
The complete tensor banks, both CSR schedules, input, activation buffer, and three projection workspaces are uploaded or allocated once. Repeated execution performs no device allocation.
Implementations§
Auto Trait Implementations§
impl Freeze for PreparedStepGroupedFp8Gate
impl RefUnwindSafe for PreparedStepGroupedFp8Gate
impl Send for PreparedStepGroupedFp8Gate
impl Sync for PreparedStepGroupedFp8Gate
impl Unpin for PreparedStepGroupedFp8Gate
impl UnsafeUnpin for PreparedStepGroupedFp8Gate
impl UnwindSafe for PreparedStepGroupedFp8Gate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more