Module chunk_scope

Module chunk_scope 

Source

Re-exports§

pub use crate::cg::Block;
pub use crate::cg::Grid;
pub use crate::cg::Thread;
pub use crate::cg::ThreadWarpTile;

Structs§

Block2ThreadScope
Block2WarpScope
ChainedMap
ChainedScope
Grid2BlockScope
Grid2ThreadScope
Grid2WarpScope
Warp2ThreadScope

Constants§

TID_MAX_LEN
The length of thread_ids array. A thread can be indexed by one of following ways:

Traits§

BuildChunkScope
ChunkScope
This trait provides chunking scope information, indicating chunking from a larger scope to a smaller scope: Grid -> Cluster -> Block -> Warp -> Thread

Functions§

build_chunk_scope