[all-commits] [llvm/llvm-project] 840ff8: [mlir] Default for gpu-binary-annotation option.
Christian Sigg via All-commits
all-commits at lists.llvm.org
Tue Mar 9 12:02:13 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 840ff84d33c797f0ab73e5f8cd402ce84c95538d
https://github.com/llvm/llvm-project/commit/840ff84d33c797f0ab73e5f8cd402ce84c95538d
Author: Christian Sigg <csigg at google.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
M mlir/include/mlir/Conversion/Passes.td
M mlir/lib/Conversion/GPUCommon/ConvertKernelFuncToBlob.cpp
M mlir/lib/Conversion/GPUCommon/ConvertLaunchFuncToRuntimeCalls.cpp
M mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp
Log Message:
-----------
[mlir] Default for gpu-binary-annotation option.
Provide default for gpuBinaryAnnotation so that we don't need to specify it in tests.
The annotation likely only needs to be target specific if we want to lower to e.g. both CUDA and ROCDL.
Reviewed By: herhut, bondhugula
Differential Revision: https://reviews.llvm.org/D98168
More information about the All-commits
mailing list