triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
12.53k stars 1.52k forks source link

tl.dot error when tile sizes < 16 #3709

Open hgl71964 opened 4 months ago

hgl71964 commented 4 months ago

tl.dot seems to not support when accumulator tile size < 16 (https://github.com/openai/triton/blob/854677046383bb3f0a30f3b2ba981b91fb9fb29f/python/triton/language/semantic.py#L1355C47-L1357C124)

May I know what's the reason?

int3 commented 4 months ago

See https://github.com/openai/triton/issues/3212

I'm looking into it but I don't have much experience with Triton, so this may take a while