triton.language.static_assert

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

Assert the condition at compile time. The parameters are the same as the builtin assert.