[all-commits] [llvm/llvm-project] c64c04: Clean up cuda-runtime-wrappers API.
Christian Sigg via All-commits
all-commits at lists.llvm.org
Tue Jul 28 07:34:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c64c04bbaadbc35e265f12644b45787d6d077587
https://github.com/llvm/llvm-project/commit/c64c04bbaadbc35e265f12644b45787d6d077587
Author: Christian Sigg <csigg at google.com>
Date: 2020-07-28 (Tue, 28 Jul 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:
-----------
Clean up cuda-runtime-wrappers API.
Do not return error code, instead return created resource handles or void. Error reporting is done by the library function.
Reviewed By: herhut
Differential Revision: https://reviews.llvm.org/D84660
More information about the All-commits
mailing list