Commit d0da82c
committed
Fix rocm CI
Summary:
The fix skips the pytorch version check when kernel_preference is EMULATED, since the emulated mode doesn't need scaled_mm_single_dim_strategy or is_pinned_handler from torch.distributed.tensor. The hardware
MXFP8 paths (AUTO kernel preference) still get the version check.
Test Plan:
CI
Reviewers:
Subscribers:
Tasks:
Tags:
[ghstack-poisoned]1 parent ac0b820 commit d0da82c
1 file changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
| 36 | + | |
38 | 37 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
0 commit comments