Commit d8e3e1a
committed
[3rdparty] Bump cutlass_fpA_intB_gemm to fix SM90 build (#18291)
This PR fixes a SM90 build issue when CUTLASS is enabled.
The issue is because a source file indluced a CUTLASS header file
that has been removed since CUTLASS 4. Simply removing the header
fixes the build issue.1 parent 3900556 commit d8e3e1a
File tree
2 files changed
+10
-5
lines changed- 3rdparty
- tests/python/codegen
2 files changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | | - | |
20 | 23 | | |
21 | 24 | | |
22 | | - | |
23 | | - | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
100 | 105 | | |
101 | 106 | | |
102 | 107 | | |
| |||
0 commit comments