pub struct BlasRecorder<'a> {
pub handle: &'a CudaBlas,
}Expand description
Capture-mode wrapper around a CudaBlas handle. Used by
crate::graph::GraphActor when it needs to record an SGEMM
inside a stream-capture region.
Fields§
§handle: &'a CudaBlasTrait Implementations§
Source§impl<'a> RecordMode for BlasRecorder<'a>
impl<'a> RecordMode for BlasRecorder<'a>
Auto Trait Implementations§
impl<'a> Freeze for BlasRecorder<'a>
impl<'a> RefUnwindSafe for BlasRecorder<'a>
impl<'a> Send for BlasRecorder<'a>
impl<'a> Sync for BlasRecorder<'a>
impl<'a> Unpin for BlasRecorder<'a>
impl<'a> UnsafeUnpin for BlasRecorder<'a>
impl<'a> UnwindSafe for BlasRecorder<'a>
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