[Mlir-commits] [mlir] [mlir][Vectorizer] Added support to Vectorize tensor.unpack (PR #76087)
Diego Caballero
llvmlistbot at llvm.org
Tue Feb 13 11:30:29 PST 2024
================
@@ -73,33 +73,52 @@ mlir::tensor::computeTransposedType(RankedTensorType rankedTensorType,
return transposedTensorType;
}
-SmallVector<int64_t>
-mlir::tensor::getPackInverseDestPermutation(PackOp packOp) {
+SmallVector<int64_t> mlir::tensor::getPackUnPackInverseDestPerm(
----------------
dcaballe wrote:
Can we have a single API with a `PackingMetadata *` and set the packing metadata then a non-null pointer is passed from the client side?
https://github.com/llvm/llvm-project/pull/76087
More information about the Mlir-commits
mailing list