Commit f36e7fc
[Cherry-pick] [BACKEND] Fix matrix descriptor for no-swizzle case (#8027) (#558)
Summary:
Cherry-picked from upstream OAI repository.
Original Commit: 1c2e9bb
Original Author: Thomas Raoux
Original Date: 2025-09-02 00:07:03 -0700
Original commit message:
```
[BACKEND] Fix matrix descriptor for no-swizzle case (#8027)
Also tighten the precision check to catch subtle fp8 precision diff
```
This PR was automatically cherry-picked from the upstream triton-lang/triton repository.
Pull Request resolved: #558
Reviewed By: dshi7
Differential Revision: D86147986
Pulled By: agron911
fbshipit-source-id: b4a9e09d1393b5a0d08d6f866d0079ab40c711a01 parent 833dc71 commit f36e7fc
File tree
2 files changed
+8
-4
lines changed- python/test/unit/language
- third_party/nvidia/lib/TritonNVIDIAGPUToLLVM/DotOpToLLVM
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
| 214 | + | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
108 | 112 | | |
109 | 113 | | |
110 | 114 | | |
| |||
0 commit comments