Module types
Expand description
Core type definitions for GPU thread identification and coordination.
Structs§
- BlockId
- Block ID within a grid (0 to grid_size - 1).
- Dim3
- 3D dimension specification.
- Global
Thread Id - Global thread ID across all blocks.
- Thread
Id - Thread ID within a block (0 to block_size - 1).
- WarpId
- Warp ID within a block.
Enums§
- Fence
Scope - Memory fence scope for synchronization operations.
- Kernel
Mode - Kernel execution mode.
- Memory
Order - Memory ordering for atomic operations.