[mlir] Move cuda tests
authorChristian Sigg <csigg@google.com>
Wed, 3 Mar 2021 10:24:38 +0000 (11:24 +0100)
committerChristian Sigg <csigg@google.com>
Wed, 3 Mar 2021 12:16:51 +0000 (13:16 +0100)
commit9d7be77bf91e97e30fd680a07d09eb9f5d78c5bd
tree6956b6ea40f4cf3db9d8aa52c11fe2e2a5e60b54
parent243cd0afadc7b406ed6c314f7645b1d72748ddd1
[mlir] Move cuda tests

Move test inputs to test/Integration directory.
Move runtime wrappers to ExecutionEngine.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D97463
19 files changed:
mlir/lib/ExecutionEngine/CMakeLists.txt
mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp [moved from mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp with 98% similarity]
mlir/test/CMakeLists.txt
mlir/test/Integration/GPU/CUDA/all-reduce-and.mlir [moved from mlir/test/mlir-cuda-runner/all-reduce-and.mlir with 96% similarity]
mlir/test/Integration/GPU/CUDA/all-reduce-max.mlir [moved from mlir/test/mlir-cuda-runner/all-reduce-max.mlir with 96% similarity]
mlir/test/Integration/GPU/CUDA/all-reduce-min.mlir [moved from mlir/test/mlir-cuda-runner/all-reduce-min.mlir with 96% similarity]
mlir/test/Integration/GPU/CUDA/all-reduce-op.mlir [moved from mlir/test/mlir-cuda-runner/all-reduce-op.mlir with 94% similarity]
mlir/test/Integration/GPU/CUDA/all-reduce-or.mlir [moved from mlir/test/mlir-cuda-runner/all-reduce-or.mlir with 96% similarity]
mlir/test/Integration/GPU/CUDA/all-reduce-region.mlir [moved from mlir/test/mlir-cuda-runner/all-reduce-region.mlir with 93% similarity]
mlir/test/Integration/GPU/CUDA/all-reduce-xor.mlir [moved from mlir/test/mlir-cuda-runner/all-reduce-xor.mlir with 96% similarity]
mlir/test/Integration/GPU/CUDA/async.mlir [moved from mlir/test/mlir-cuda-runner/async.mlir with 96% similarity]
mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir [moved from mlir/test/mlir-cuda-runner/gpu-to-cubin.mlir with 93% similarity]
mlir/test/Integration/GPU/CUDA/lit.local.cfg [moved from mlir/test/mlir-cuda-runner/lit.local.cfg with 100% similarity]
mlir/test/Integration/GPU/CUDA/multiple-all-reduce.mlir [moved from mlir/test/mlir-cuda-runner/multiple-all-reduce.mlir with 96% similarity]
mlir/test/Integration/GPU/CUDA/shuffle.mlir [moved from mlir/test/mlir-cuda-runner/shuffle.mlir with 94% similarity]
mlir/test/Integration/GPU/CUDA/two-modules.mlir [moved from mlir/test/mlir-cuda-runner/two-modules.mlir with 94% similarity]
mlir/test/lit.cfg.py
mlir/test/lit.site.cfg.py.in
mlir/tools/mlir-cuda-runner/CMakeLists.txt