[Mlir-commits] [mlir] [mlir][ArmSME] Add custom vector.print lowering for SME tiles (PR #66691)
Cullen Rhodes
llvmlistbot at llvm.org
Tue Sep 19 01:10:14 PDT 2023
================
@@ -52,6 +52,8 @@ using namespace mlir::arm_sme;
static constexpr char kArmStreamingAttr[] = "arm_streaming";
static constexpr char kArmLocallyStreamingAttr[] = "arm_locally_streaming";
static constexpr char kArmZAAttr[] = "arm_za";
+static constexpr char kArmEnableStreamingIgnore[] =
+ "enable_arm_streaming_ignore";
----------------
c-rhodes wrote:
nit: `disable_arm_streaming`?
https://github.com/llvm/llvm-project/pull/66691
More information about the Mlir-commits
mailing list