Getting Started
Python API
static_assert()
Triton MLIR Dialects
Programming Guide
Assert the condition at compile time. Does not require that the TRITON_DEBUG environment variable is set.
TRITON_DEBUG
tl.static_assert(BLOCK_SIZE == 1024)