triton.language.static_assert

triton.language.static_assert(cond, msg='')

在编译时断言条件。不要求设置 TRITON_DEBUG 环境变量。

tl.static_assert(BLOCK_SIZE == 1024)