[Mlir-commits] [mlir] Reimplementing target description concept using DLTI attribute (PR #92138)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed May 29 09:06:54 PDT 2024
================
@@ -194,6 +194,162 @@ def DataLayoutSpecInterface : AttrInterface<"DataLayoutSpecInterface"> {
}];
}
+def TargetDeviceDescSpecInterface : AttrInterface<"TargetDeviceDescSpecInterface"> {
----------------
ftynse wrote:
TargetDeviceDescSpec is a mouthful, would TargetDeviceSpec work?
https://github.com/llvm/llvm-project/pull/92138
More information about the Mlir-commits
mailing list