pytorch
8a0badff - [ROCM] Do not send "debug"=True down to triton.compile (#99756)

Commit
1 year ago
[ROCM] Do not send "debug"=True down to triton.compile (#99756) ROCm's version of triton does not currently support tl.device_assert. This operator among others is effectively a no-op unless "debug" = True is passed in the triton.compile function. Until we have full suport for tl.device_assert, avoid enabling the debug flag in triton.compile, so we do not have to find every possible location tl.device_assert may be used. Fixes #99725 Pull Request resolved: https://github.com/pytorch/pytorch/pull/99756 Approved by: https://github.com/lezcano
Author
Committer
Parents
Loading