Introduce the possibility to load/store scalars via amdgpu.raw_buffer_{load,store}
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146413
Add scalar support for amdgpu.raw_buffer_{load,store} ClosedPublic Authored by giuseros on Mar 20 2023, 4:12 AM.
Details Summary Introduce the possibility to load/store scalars via amdgpu.raw_buffer_{load,store}
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 20 2023, 7:37 AM Comment Actions
Yes, please! Thanks @krzysz00 ! This revision was landed with ongoing or failed builds.Mar 20 2023, 1:19 PM Closed by commit rG82ac02e4a860: Add scalar support for amdgpu.raw_buffer_{load,store} (authored by giuseros, committed by krzysz00). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 506690 mlir/include/mlir/Dialect/AMDGPU/AMDGPU.td
mlir/lib/Conversion/AMDGPUToROCDL/AMDGPUToROCDL.cpp
mlir/test/Conversion/AMDGPUToROCDL/amdgpu-to-rocdl.mlir
mlir/test/Dialect/AMDGPU/ops.mlir
|