[Mlir-commits] [mlir] [mlir][spirv] Add Activation operators to TOSA Extended Instruction S… (PR #178620)
Davide Grohmann
llvmlistbot at llvm.org
Thu Jan 29 01:16:13 PST 2026
================
@@ -62,6 +64,12 @@ def SPIRV_DenseElementAttrsWithTensorArmType : AttrConstraint<
CPred<"::llvm::isa<::mlir::spirv::TensorArmType>(::llvm::cast<::mlir::DenseElementsAttr>($_self).getType())">,
"Attr with type = spirv::TensorArmType">;
+class Is1DTensorArmAttrOfLength<list<int> allowedLengths> :
----------------
davidegrohmann wrote:
Added by mistake - to be removed
https://github.com/llvm/llvm-project/pull/178620
More information about the Mlir-commits
mailing list