[Mlir-commits] [mlir] [sparse] allow unpack op to return 0-ranked tensor type. (PR #66269)

Peiming Liu llvmlistbot at llvm.org
Wed Sep 13 11:22:05 PDT 2023


================
@@ -438,6 +438,10 @@ class RankedSparseTensorOf<list<Type> allowedTypes>
 
 def AnyRankedSparseTensor : RankedSparseTensorOf<[AnyType]>;
 
+class ScalarLikeOf<list<Type> allowedTypes>
----------------
PeimingLiu wrote:

Yeah, agree.

https://github.com/llvm/llvm-project/pull/66269


More information about the Mlir-commits mailing list