[Mlir-commits] [mlir] [mlir][amdgpu] Add tensor load store operations (PR #170918)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Mon Dec 15 11:03:31 PST 2025
================
@@ -80,6 +80,97 @@ def AMDGPU_AddressSpaceAttr : EnumAttr<AMDGPU_Dialect, AMDGPU_AddressSpace,
let assemblyFormat = "`<` $value `>`";
}
+def AMDGPU_TemporalLoadHints : I32EnumAttr<"TemporalLoadHints",
+ "AMDGPU-specific temporal load hints",
+ [
+ I32EnumAttrCase<"RegularTemporal", 0, "regular">,
----------------
amd-eochoalo wrote:
Removed: https://github.com/llvm/llvm-project/pull/170918/commits/7b4996feb8777a24e3869a1483224f53d4291177
https://github.com/llvm/llvm-project/pull/170918
More information about the Mlir-commits
mailing list