Module types

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.
GlobalThreadId
Global thread ID across all blocks.
ThreadId
Thread ID within a block (0 to block_size - 1).
WarpId
Warp ID within a block.

Enums§

FenceScope
Memory fence scope for synchronization operations.
KernelMode
Kernel execution mode.
MemoryOrder
Memory ordering for atomic operations.