[Mlir-commits] [mlir] [mlir][ROCDL] Plumb through AMDGPU memory access metadata (PR #110916)
Quinn Dawkins
llvmlistbot at llvm.org
Mon Oct 7 10:54:06 PDT 2024
================
@@ -58,7 +58,12 @@ def ROCDL_Dialect : Dialect {
"::mlir::StringAttr":$flat_work_group_size,
"::mlir::IntegerAttr":$max_flat_work_group_size,
"::mlir::IntegerAttr":$waves_per_eu,
- "::mlir::BoolAttr":$unsafe_fp_atomics
+ "::mlir::BoolAttr":$unsafe_fp_atomics,
+ // Correspond to LLVM matadata of the same name
----------------
qedawkins wrote:
```suggestion
// Correspond to LLVM metadata of the same name
```
https://github.com/llvm/llvm-project/pull/110916
More information about the Mlir-commits
mailing list