[all-commits] [llvm/llvm-project] 0d4b7a: [MLIR] Make gpu.launch_func rewrite pattern part o...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Mon Aug 10 10:28:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0d4b7adb8220f68f5eca08bb53d8af0b0d139c5d
https://github.com/llvm/llvm-project/commit/0d4b7adb8220f68f5eca08bb53d8af0b0d139c5d
Author: Christian Sigg <csigg at google.com>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
M mlir/include/mlir/Conversion/Passes.td
M mlir/lib/Conversion/GPUCommon/ConvertLaunchFuncToRuntimeCalls.cpp
M mlir/test/Conversion/GPUCommon/lower-launch-func-to-gpu-runtime-calls.mlir
M mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
M mlir/tools/mlir-rocm-runner/mlir-rocm-runner.cpp
Log Message:
-----------
[MLIR] Make gpu.launch_func rewrite pattern part of the LLVM lowering pass.
Reviewed By: herhut
Differential Revision: https://reviews.llvm.org/D85073
More information about the All-commits
mailing list