[Mlir-commits] [mlir] Reimplementing target description concept using DLTI attribute (PR #92138)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Jun 17 02:50:02 PDT 2024
================
@@ -744,6 +821,56 @@ LogicalResult mlir::detail::verifyDataLayoutSpec(DataLayoutSpecInterface spec,
return success();
}
+LogicalResult
+mlir::detail::verifyTargetSystemSpec(TargetSystemSpecInterface spec,
+ Location loc) {
+ DenseMap<StringAttr, DataLayoutEntryInterface> device_desc_keys;
+ DenseSet<TargetSystemSpecInterface::DeviceID> device_ids;
----------------
ftynse wrote:
MLIR uses camelBack names. Please fix here and elsewhere.
https://github.com/llvm/llvm-project/pull/92138
More information about the Mlir-commits
mailing list