[all-commits] [llvm/llvm-project] 5c3ebd: Revert "[mlir][gpu] Refactor ConvertGpuLaunchFuncT...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed May 20 20:45:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5c3ebd77259d8438663a3abe334a80a7ddf5caef
https://github.com/llvm/llvm-project/commit/5c3ebd77259d8438663a3abe334a80a7ddf5caef
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-05-21 (Thu, 21 May 2020)
Changed paths:
R mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
M mlir/include/mlir/Conversion/GPUToCUDA/GPUToCUDAPass.h
M mlir/include/mlir/Conversion/Passes.td
M mlir/include/mlir/InitAllPasses.h
M mlir/lib/Conversion/CMakeLists.txt
R mlir/lib/Conversion/GPUCommon/CMakeLists.txt
R mlir/lib/Conversion/GPUCommon/ConvertLaunchFuncToRuntimeCalls.cpp
M mlir/lib/Conversion/GPUToCUDA/CMakeLists.txt
A mlir/lib/Conversion/GPUToCUDA/ConvertLaunchFuncToCudaCalls.cpp
R mlir/test/Conversion/GPUCommon/lower-launch-func-to-gpu-runtime-calls.mlir
A mlir/test/Conversion/GPUToCUDA/lower-launch-func-to-cuda.mlir
M mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp
M mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
Log Message:
-----------
Revert "[mlir][gpu] Refactor ConvertGpuLaunchFuncToCudaCalls pass."
This reverts commit cdb6f05e2d5f0132956020e6b4990af0206c066f.
The build is broken with:
You have called ADD_LIBRARY for library obj.MLIRGPUtoCUDATransforms without any source files. This typically indicates a problem with your CMakeLists.txt file
More information about the All-commits
mailing list