pub struct Warp2ThreadScope<const SIZE: usize>;Implementations§
Source§impl<const SIZE: usize> Warp2ThreadScope<SIZE>
impl<const SIZE: usize> Warp2ThreadScope<SIZE>
pub const CHECKED_SIZE: u32 = ThreadWarpTile<SIZE>::CHECKED_SIZE
Trait Implementations§
Source§impl<const SIZE: usize> ChunkScope for Warp2ThreadScope<SIZE>
impl<const SIZE: usize> ChunkScope for Warp2ThreadScope<SIZE>
type FromScope = ThreadWarpTile<SIZE>
type ToScope = Thread
fn thread_ids() -> [u32; 6]
fn global_dim<D: DimType>() -> u32
fn global_id<D: DimType>(thread_ids: [u32; 6]) -> u32
fn global_id_y(thread_ids: [u32; 6]) -> u32
fn global_id_z(thread_ids: [u32; 6]) -> u32
fn global_dim_x() -> u32
fn global_dim_y() -> u32
fn global_dim_z() -> u32
Source§impl<const SIZE: usize> Clone for Warp2ThreadScope<SIZE>
impl<const SIZE: usize> Clone for Warp2ThreadScope<SIZE>
Source§fn clone(&self) -> Warp2ThreadScope<SIZE>
fn clone(&self) -> Warp2ThreadScope<SIZE>
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<const SIZE: usize> Copy for Warp2ThreadScope<SIZE>
Auto Trait Implementations§
impl<const SIZE: usize> Freeze for Warp2ThreadScope<SIZE>
impl<const SIZE: usize> RefUnwindSafe for Warp2ThreadScope<SIZE>
impl<const SIZE: usize> Send for Warp2ThreadScope<SIZE>
impl<const SIZE: usize> Sync for Warp2ThreadScope<SIZE>
impl<const SIZE: usize> Unpin for Warp2ThreadScope<SIZE>
impl<const SIZE: usize> UnwindSafe for Warp2ThreadScope<SIZE>
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