[all-commits] [llvm/llvm-project] a825fb: [mlir] Remove mlir-rocm-runner
Christian Sigg via All-commits
all-commits at lists.llvm.org
Fri Mar 19 00:24:33 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a825fb2c07337cc2c84783558e91416e07adcf42
https://github.com/llvm/llvm-project/commit/a825fb2c07337cc2c84783558e91416e07adcf42
Author: Christian Sigg <csigg at google.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/GPU/Passes.h
M mlir/include/mlir/InitAllPasses.h
M mlir/lib/Dialect/GPU/CMakeLists.txt
A mlir/lib/Dialect/GPU/Transforms/SerializeToHsaco.cpp
M mlir/lib/ExecutionEngine/CMakeLists.txt
A mlir/lib/ExecutionEngine/RocmRuntimeWrappers.cpp
M mlir/test/CMakeLists.txt
M mlir/test/Conversion/GPUToROCm/lower-rocdl-kernel-to-hsaco.mlir
M mlir/test/Integration/GPU/CUDA/lit.local.cfg
A mlir/test/Integration/GPU/ROCM/gpu-to-hsaco.mlir
A mlir/test/Integration/GPU/ROCM/lit.local.cfg
A mlir/test/Integration/GPU/ROCM/two-modules.mlir
A mlir/test/Integration/GPU/ROCM/vecadd.mlir
A mlir/test/Integration/GPU/ROCM/vector-transferops.mlir
M mlir/test/lib/Transforms/TestConvertGPUKernelToHsaco.cpp
M mlir/test/lit.cfg.py
M mlir/test/lit.site.cfg.py.in
R mlir/test/mlir-rocm-runner/gpu-to-hsaco.mlir
R mlir/test/mlir-rocm-runner/lit.local.cfg
R mlir/test/mlir-rocm-runner/two-modules.mlir
R mlir/test/mlir-rocm-runner/vecadd.mlir
R mlir/test/mlir-rocm-runner/vector-transferops.mlir
M mlir/tools/CMakeLists.txt
M mlir/tools/mlir-opt/mlir-opt.cpp
R mlir/tools/mlir-rocm-runner/CMakeLists.txt
R mlir/tools/mlir-rocm-runner/mlir-rocm-runner.cpp
R mlir/tools/mlir-rocm-runner/rocm-runtime-wrappers.cpp
Log Message:
-----------
[mlir] Remove mlir-rocm-runner
This change combines for ROCm what was done for CUDA in D97463, D98203, D98360, and D98396.
I did not try to compile SerializeToHsaco.cpp or test mlir/test/Integration/GPU/ROCM because I don't have an AMD card. I fixed the things that had obvious bit-rot though.
Reviewed By: whchung
Differential Revision: https://reviews.llvm.org/D98447
More information about the All-commits
mailing list