- Notifications
You must be signed in to change notification settings - Fork26.3k
Commit6948419
Fix scaled_matmul_cuda tests (#169834)
This PR fixes a few test failures in `test_scaled_matmul_cuda.py` by adding Thor to a list of devices not compatible with SM carveout and by updating an SM version check to include all devices with SM >= 10.x instead of just devices with SM == 10.x.Based on commit history, it looks like the `dprops->major == 10` was just a typo introduced when upgrading to the new `scaled_mm_v2` API, but if it was intentional I can look into alternative fixes to these tests.Fixes#169833Pull Requestresolved:#169834Approved by:https://github.com/slayton581 parentf73345c commit6948419
File tree
2 files changed
+2
-2
lines changed- aten/src/ATen/native/cuda
- test
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
742 | | - | |
| 742 | + | |
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1790 | 1790 | | |
1791 | 1791 | | |
1792 | 1792 | | |
1793 | | - | |
| 1793 | + | |
1794 | 1794 | | |
1795 | 1795 | | |
1796 | 1796 | | |
| |||
0 commit comments
Comments
(0)