Change CUDA integration tests to use mlir-opt + mlir-cpu-runner instead.
Depends On D98203
Paths
| Differential D98396
[mlir] Remove mlir-cuda-runner ClosedPublic Authored by csigg on Mar 10 2021, 11:35 PM.
Details
Summary Change CUDA integration tests to use mlir-opt + mlir-cpu-runner instead. Depends On D98203
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 19 others. · View Herald TranscriptMar 10 2021, 11:35 PM This revision is now accepted and ready to land.Mar 12 2021, 4:57 AM Closed by commit rG1ef544d4a94e: [mlir] Remove mlir-cuda-runner (authored by csigg). · Explain WhyMar 12 2021, 5:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 330212 mlir/test/CMakeLists.txt
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
mlir/tools/CMakeLists.txt
mlir/tools/mlir-cuda-runner/CMakeLists.txt
mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
|