[Mlir-commits] [mlir] 537b279 - Adopt Properties to store operations inherent Attributes in the AMX dialect

Mehdi Amini llvmlistbot at llvm.org
Mon May 8 08:34:34 PDT 2023


Author: Mehdi Amini
Date: 2023-05-08T08:32:19-07:00
New Revision: 537b27903aa6729dd4a3fdf590886f4f1ffd9793

URL: https://github.com/llvm/llvm-project/commit/537b27903aa6729dd4a3fdf590886f4f1ffd9793
DIFF: https://github.com/llvm/llvm-project/commit/537b27903aa6729dd4a3fdf590886f4f1ffd9793.diff

LOG: Adopt Properties to store operations inherent Attributes in the AMX dialect

This is part of an on-going migration to adopt Properties inside MLIR.

Differential Revision: https://reviews.llvm.org/D148880

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/AMX/AMX.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/AMX/AMX.td b/mlir/include/mlir/Dialect/AMX/AMX.td
index 1b9126c724fe4..094f02fef85c3 100644
--- a/mlir/include/mlir/Dialect/AMX/AMX.td
+++ b/mlir/include/mlir/Dialect/AMX/AMX.td
@@ -56,6 +56,7 @@ def AMX_Dialect : Dialect {
     https://software.intel.com/content/www/us/en/develop/articles/intel-sdm.html
   }];
 
+  let usePropertiesForAttributes = 1;
 }
 
 //===----------------------------------------------------------------------===//


        


More information about the Mlir-commits mailing list