pub struct QsaSelection {
pub k_scratch: DevicePtr,
pub v_scratch: DevicePtr,
pub table_dev: DevicePtr,
pub seq_len_dev: DevicePtr,
pub n_sel: u32,
pub max_blocks: u32,
}Expand description
One decode step’s selection: contiguous NHD k/v scratch + identity table.
Fields§
§k_scratch: DevicePtr§v_scratch: DevicePtr§table_dev: DevicePtr§seq_len_dev: DevicePtr§n_sel: u32§max_blocks: u32Auto Trait Implementations§
impl Freeze for QsaSelection
impl RefUnwindSafe for QsaSelection
impl Send for QsaSelection
impl Sync for QsaSelection
impl Unpin for QsaSelection
impl UnwindSafe for QsaSelection
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