Commit 3b4d632
authored
[AMD] Disable f16/bf16 buffer atomic operations (triton-lang#6090)
Buffer atomic for f16/bf16 dtypes are lowered to
``@llvm.amdgcn.raw.buffer.atomic.fadd.v2f16`` intrinsics which require
its input addr to be 4-bytes alligned. Disable this cases for now until
the propper fix is implemented.
Signed-off-by: joviliast <[email protected]>1 parent 02f101f commit 3b4d632
File tree
1 file changed
+6
-2
lines changed- third_party/amd/lib/TritonAMDGPUTransforms
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
318 | 322 | | |
319 | 323 | | |
320 | 324 | | |
| |||
0 commit comments