aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/AMDGPUUsage.rst
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[AMDGPU] Simplify and document waitcnt handling on call and return (#172453)Jay Foad1-3/+16
2026-01-04Revert "[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)"...Shilei Tian1-8/+0
2025-12-27[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)Muhammad Abdul1-0/+8
2025-12-09AMDGPU: Drop and upgrade llvm.amdgcn.atomic.csub/cond.sub to atomicrmw (#105553)anjenner1-5/+0
2025-12-04[AMDGPU] Add some more product names for GPUs (#170469)Jan Patrick Lehr1-10/+10
2025-11-17[AMDGPU] update LDS block size for gfx1250 (#167614)Changpeng Fang1-1/+1
2025-11-16[llvm] Proofread *.rst (#168254)Kazu Hirata1-3/+3
2025-11-14[AMDGPU] Update buffer fat pointer docs for gfx1250, fix formatting (#167818)Krzysztof Drewniak1-12/+19
2025-11-12[AMDGPU] Document meaning of alignment of buffer fat pointers, intrinsics (#1...Krzysztof Drewniak1-0/+34
2025-11-08[llvm] Proofread *.rst (#167108)Kazu Hirata1-5/+5
2025-11-07AMDGPU: Preliminary documentation for named barriers (#165502)Nicolai Hähnle1-0/+45
2025-11-05AMDGPU: Add and clarify reserved address spaces (#166486)Nicolai Hähnle1-2/+3
2025-10-21[AMDGPU] Update code sequence for CU-mode Release Fences in GFX10+ (#161638)Pierre van Houtryve1-58/+3
2025-10-20[AMDGPU] Enable volatile and non-temporal for loads to LDS (#153244)Krzysztof Drewniak1-0/+7
2025-10-17AMDGPU: Document address spaces as reserved (#163996)Nicolai Hähnle1-0/+2
2025-10-16[AMDGPU] Add product names to processor table (#163717)Jan Patrick Lehr1-3/+3
2025-10-14[llvm] Proofread AMDGPUUsage.rst (#163331)Kazu Hirata1-8/+8
2025-10-01[AMDGPU] Add documentation files for GFX12. (#157151)Jun Wang1-0/+2
2025-09-24[AMDGPU] Update gfx1250 documentation. NFC (#160457)Stanislav Mekhanoshin1-5/+2110
2025-09-17[AMDGPU] Update documentation about DWARF registers mapping. NFC (#159447)Stanislav Mekhanoshin1-4/+4
2025-09-17[AMDGPU] Add gfx1251 subtarget (#159430)Stanislav Mekhanoshin1-0/+16
2025-09-15[AMDGPU] Add the support for `.cluster_dims` code object metadata (#158721)Shilei Tian1-1/+18
2025-09-15[AMDGPU][Attributor] Add `AAAMDGPUClusterDims` (#158076)Shilei Tian1-0/+9
2025-09-12[AMDGPU] Support lowering of cluster related instrinsics (#157978)Shilei Tian1-0/+7
2025-09-10[AMDGPU] llvm.prefetch documentation for gfx1250. NFC (#157949)Stanislav Mekhanoshin1-1/+19
2025-09-10[AMDGPU][gfx1250] Support "cluster" syncscope (#157641)Pierre van Houtryve1-0/+21
2025-09-10Revert "[AMDGPU][gfx1250] Add `cu-store` subtarget feature (#150588)" (#157639)Pierre van Houtryve1-8/+1
2025-08-27[Docs][AMDGPU] Add gfx1200/gfx1201 product names (#155577)Jan Patrick Lehr1-10/+10
2025-08-22[AMDGPU] gfx1250 kernel descriptor update (#155008)Stanislav Mekhanoshin1-13/+68
2025-08-20[AMDGPU] report named barrier cnt part2 (#154588)Gang Chen1-0/+2
2025-08-15AMDGPU gfx12: Add _dvgpr$ symbols for dynamic VGPRs (#148251)Tim Renouf1-0/+4
2025-08-14[AMDGPU] Increase LDS to 320K on gfx1250 (#153645)Stanislav Mekhanoshin1-0/+2
2025-08-01[llvm] Proofread *.rst (#151087)Kazu Hirata1-1/+1
2025-07-29[AMDGPU][gfx1250] Add `cu-store` subtarget feature (#150588)Pierre van Houtryve1-1/+8
2025-07-24[NFC][AMDGPU] Rename "amdgpu-as" to "amdgpu-synchronize-as" (#148627)Pierre van Houtryve1-3/+6
2025-07-23[llvm] Proofread AMDGPUUsage.rst (#150273)Kazu Hirata1-18/+18
2025-07-21[AMDGPU] ISel & PEI for whole wave functions (#145858)Diana Picus1-0/+14
2025-06-26AMDGPU: Trivial doc fixes (#146021)Nicolai Hähnle1-22/+23
2025-06-24[AMDGPU] Replace dynamic VGPR feature with attribute (#133444)Diana Picus1-5/+9
2025-06-19[AMDGPU] Initial support for gfx1250 target. (#144965)Stanislav Mekhanoshin1-1/+8
2025-06-19AMDGPU/GFX12: Fix s_barrier_signal_isfirst for single-wave workgroups (#143634)Nicolai Hähnle1-0/+4
2025-06-16[Object][AMDGPU] Support REL relocations (#143966)Scott Linder1-1/+2
2025-06-13[MLIR][AMDGPU] Fix bug in GatherToLDSOpLowering, get the correct MemRefType f...Daniel Hernandez-Juarez1-2/+2
2025-06-13Revert "[AMDGPU] Skip register uses in AMDGPUResourceUsageAnalysis (#… (#14...Diana Picus1-5/+6
2025-06-13[NFC][AMDGPU] Fix stale links to ROCm repositories (#143949)Saiyedul Islam1-2/+2
2025-06-03[AMDGPU] Skip register uses in AMDGPUResourceUsageAnalysis (#133242)Diana Picus1-6/+5
2025-05-21[llvm] Fix typos in documentation (#140844)Kazu Hirata1-3/+3
2025-05-19[AMDGPU] Add a new amdgcn.load.to.lds intrinsic (#137425)Krzysztof Drewniak1-1/+9
2025-05-16[llvm] Fix typos in documentation (#140275)Kazu Hirata1-3/+3
2025-05-15[NFC] Fix warning formatting for AMDGPUUsage.rstChinmay Deshpande1-1/+1