[all-commits] [llvm/llvm-project] 45676a: [MLIR] Change GpuLaunchFuncToGpuRuntimeCallsPass t...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Thu Aug 6 02:56:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 45676a8936124e734177f1360e7af05a7ada7d99
https://github.com/llvm/llvm-project/commit/45676a8936124e734177f1360e7af05a7ada7d99
Author: Christian Sigg <csigg at google.com>
Date: 2020-08-06 (Thu, 06 Aug 2020)
Changed paths:
M mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
M mlir/lib/Conversion/GPUCommon/CMakeLists.txt
M mlir/lib/Conversion/GPUCommon/ConvertLaunchFuncToRuntimeCalls.cpp
M mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
M mlir/tools/mlir-rocm-runner/mlir-rocm-runner.cpp
Log Message:
-----------
[MLIR] Change GpuLaunchFuncToGpuRuntimeCallsPass to wrap a RewritePattern with the same functionality.
The RewritePattern will become one of several, and will be part of the LLVM conversion pass (instead of a separate pass following LLVM conversion).
Reviewed By: herhut
Differential Revision: https://reviews.llvm.org/D84946
More information about the All-commits
mailing list