[all-commits] [llvm/llvm-project] 97b351: [mlir][gpu] Fix leaked stream and module when lowe...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Thu Oct 29 00:41:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 97b351a827677ebbedc10bfbce8ef8844c246553
https://github.com/llvm/llvm-project/commit/97b351a827677ebbedc10bfbce8ef8844c246553
Author: Christian Sigg <csigg at google.com>
Date: 2020-10-29 (Thu, 29 Oct 2020)
Changed paths:
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/cuda-runtime-wrappers.cpp
M mlir/tools/mlir-rocm-runner/rocm-runtime-wrappers.cpp
Log Message:
-----------
[mlir][gpu] Fix leaked stream and module when lowering gpu.launch_func to runtime calls.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D90370
More information about the All-commits
mailing list