[Mlir-commits] [mlir] Reimplementing target description concept using DLTI Attributes (PR #91670)
    Niranjan Hasabnis 
    llvmlistbot at llvm.org
       
    Fri May 10 07:53:58 PDT 2024
    
    
  
================
@@ -124,6 +126,141 @@ class DataLayoutSpecAttr
   static constexpr StringLiteral name = "builtin.data_layout_spec";
 };
 
+//===----------------------------------------------------------------------===//
+// TargetSystemDescSpecAttr
+//===----------------------------------------------------------------------===//
+
+/// A system description attribute is a list of device descriptors, each
+/// having a uniq device ID
+class TargetSystemDescSpecAttr
----------------
nhasabni wrote:
I was following the same mechanism as it is currently in DLTI.
https://github.com/llvm/llvm-project/pull/91670
    
    
More information about the Mlir-commits
mailing list