pub struct PendingLogits { /* private fields */ }Expand description
M2 increment 3: a step’s logits, still device-resident on the LAST stage. wait()
orders the readback stream behind the step’s completion event, copies, and syncs —
tokens enqueued after this step keep running on the stage streams while the caller
drains token t. Dropping without waiting is safe (buffers free stream-ordered).
Implementations§
Source§impl PendingLogits
impl PendingLogits
Auto Trait Implementations§
impl Freeze for PendingLogits
impl RefUnwindSafe for PendingLogits
impl Send for PendingLogits
impl Sync for PendingLogits
impl Unpin for PendingLogits
impl UnsafeUnpin for PendingLogits
impl UnwindSafe for PendingLogits
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