[MLIR] Add an integration test for 2 D vector.transfer_read
authorNicolas Vasilache <ntv@google.com>
Tue, 4 Aug 2020 08:28:11 +0000 (04:28 -0400)
committerNicolas Vasilache <ntv@google.com>
Tue, 4 Aug 2020 08:28:28 +0000 (04:28 -0400)
commit4bfbf74e57ad02c1b6dabe099148e079613cac54
tree7ca09d1e59a9175138b02055f81186d3b8d2c598
parent7c4782ce91d66a8447a851362b99bb86a42b7c08
[MLIR] Add an integration test for 2 D vector.transfer_read

Added a "clone" of the 1D vector's test_transfer_read and added a second dimensionality. The test is not as generic as I would like it to be, because more generic versions appear to break the compiler or the runtime at this stage. As bug are fixed, I will be happy to add another more complete test.

Differential Revision: https://reviews.llvm.org/D83096
mlir/integration_test/Dialect/Vector/CPU/test-transfer-read-2d.mlir [new file with mode: 0644]