pytorch
94c9dbff - Disable cutlass_template on ROCm (#111132)

Commit
1 year ago
Disable cutlass_template on ROCm (#111132) Fixes #111066 #111065 #111064 Currently use_cutlass_template is returning True on ROCm but the feature is not supported. Fix to return false on ROCm. I considering adding this change to `try_import_cutlass` instead but the comments hinted that this function would be removed at some point. Pull Request resolved: https://github.com/pytorch/pytorch/pull/111132 Approved by: https://github.com/jansel
Author
Committer
Parents
Loading