I'd like to be able to disable the triton recompilations/specialization as well from helion. For example, i don't want the triton kernel to recompile if it's 0/1 or divisible by 16.
Triton supports do_not_specialize: triton-lang/triton#5000
Ideally I'd be able to control it natively from helion in some manner, but barring that, just passing through do_not_specialize is acceptable.
I'd like to be able to disable the triton recompilations/specialization as well from helion. For example, i don't want the triton kernel to recompile if it's 0/1 or divisible by 16.
Triton supports
do_not_specialize: triton-lang/triton#5000Ideally I'd be able to control it natively from helion in some manner, but barring that, just passing through
do_not_specializeis acceptable.