Allowing casts such as:
memref<?x8xf32> to memref<?x2xvector<4xf32>>
Paths
| Differential D73443
[mlir][VectorOps] add reshape support during type_cast AbandonedPublic Authored by ztuowen on Jan 26 2020, 7:47 PM.
Details
Summary Allowing casts such as: memref<?x8xf32> to memref<?x2xvector<4xf32>>
Diff Detail Event TimelineComment Actions Unit tests: pass. 62198 tests passed, 0 failed and 815 were skipped. clang-tidy: pass. clang-format: pass. Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project. Comment Actions Hello @ztuowen, Thanks for your patch. Could you please start a discussion in llvm.discourse.group explaining your use and what you would like to achieve? Thanks! This revision now requires changes to proceed.Jan 28 2020, 3:38 AM This revision now requires review to proceed.Oct 2 2020, 1:26 AM Comment Actions Is this still worked on (with an active discussion)? Can you otherwise abandon the revision?
Revision Contents
Diff 240467 mlir/include/mlir/Dialect/VectorOps/VectorOps.td
mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
mlir/lib/Dialect/VectorOps/VectorOps.cpp
mlir/test/Dialect/VectorOps/invalid.mlir
mlir/test/Dialect/VectorOps/ops.mlir
|