pub struct Glm5NextDsaDecodeKernel(/* private fields */);Expand description
The selected-index MLA decode entry point.
Implementations§
Source§impl Glm5NextDsaDecodeKernel
impl Glm5NextDsaDecodeKernel
Sourcepub fn resolve(gpu: &dyn GpuBackend) -> Result<Self>
pub fn resolve(gpu: &dyn GpuBackend) -> Result<Self>
Resolved with kernel(), never try_kernel: a missing sparse decode entry point
must be a hard error. Falling back to a dense path would be a correctness bug
wearing a performance bug’s clothes.
Trait Implementations§
Source§impl Clone for Glm5NextDsaDecodeKernel
impl Clone for Glm5NextDsaDecodeKernel
Source§fn clone(&self) -> Glm5NextDsaDecodeKernel
fn clone(&self) -> Glm5NextDsaDecodeKernel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Glm5NextDsaDecodeKernel
Auto Trait Implementations§
impl Freeze for Glm5NextDsaDecodeKernel
impl RefUnwindSafe for Glm5NextDsaDecodeKernel
impl Send for Glm5NextDsaDecodeKernel
impl Sync for Glm5NextDsaDecodeKernel
impl Unpin for Glm5NextDsaDecodeKernel
impl UnwindSafe for Glm5NextDsaDecodeKernel
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