ROCm / triton

Development repository for the Triton language and compiler
MIT License
80 stars 23 forks source link

improve chain dot checking #480

Closed scxiao closed 5 months ago

scxiao commented 5 months ago

Current check of chain dot is: is output of a dot is any input of another dot, we consider them as chainDot, which is not accurate. This PR is to improve that as: output of a dot is the first argument of another dot.