CGOperations

Trait CGOperations 

Source
pub trait CGOperations {
    // Required method
    fn thread_rank(&self) -> u32;
}

Required Methods§

Source

fn thread_rank(&self) -> u32

Implementors§

Source§

impl<const SIZE: usize> CGOperations for ThreadWarpTile<SIZE>