pub enum LaunchAbi {
SoftGpuCc,
}Expand description
SoftGPU launch ABI for a loaded kernel image.
Variants§
SoftGpuCc
SoftGPU e2e convention: s[4:5] = kernarg, v0 = global_id_x.
Trait Implementations§
impl Copy for LaunchAbi
impl Eq for LaunchAbi
impl StructuralPartialEq for LaunchAbi
Auto Trait Implementations§
impl Freeze for LaunchAbi
impl RefUnwindSafe for LaunchAbi
impl Send for LaunchAbi
impl Sync for LaunchAbi
impl Unpin for LaunchAbi
impl UnsafeUnpin for LaunchAbi
impl UnwindSafe for LaunchAbi
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