[mlir] fix integration tests post e2310704d890ad252aeb1ca28b4b84d29514b1d1
authorAlex Zinenko <zinenko@google.com>
Mon, 15 Mar 2021 13:40:01 +0000 (14:40 +0100)
committerAlex Zinenko <zinenko@google.com>
Mon, 15 Mar 2021 13:41:27 +0000 (14:41 +0100)
commit7aa6f3aa0c860410e6e65ba46257e0eefa76ef1b
tree7d32d8829acc54b5a80acde149f8bdf56e94c7bc
parentc05990a0ccb0e70b088de63ab79e2f75c5fcc693
[mlir] fix integration tests post e2310704d890ad252aeb1ca28b4b84d29514b1d1

The commit in question moved some ops across dialects but did not update
some of the target-specific integration tests that use these ops,
presumably because the corresponding target hardware was not available.
Fix these tests.
13 files changed:
mlir/test/Integration/Dialect/Vector/CPU/AVX512/test-sparse-dot-product.mlir
mlir/test/Integration/GPU/CUDA/all-reduce-and.mlir
mlir/test/Integration/GPU/CUDA/all-reduce-max.mlir
mlir/test/Integration/GPU/CUDA/all-reduce-min.mlir
mlir/test/Integration/GPU/CUDA/all-reduce-op.mlir
mlir/test/Integration/GPU/CUDA/all-reduce-or.mlir
mlir/test/Integration/GPU/CUDA/all-reduce-region.mlir
mlir/test/Integration/GPU/CUDA/all-reduce-xor.mlir
mlir/test/Integration/GPU/CUDA/async.mlir
mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir
mlir/test/Integration/GPU/CUDA/multiple-all-reduce.mlir
mlir/test/Integration/GPU/CUDA/shuffle.mlir
mlir/test/Integration/GPU/CUDA/two-modules.mlir