[all-commits] [llvm/llvm-project] 222422: [mlir] Add NVVM to CUBIN conversion to mlir-opt
Christian Sigg via All-commits
all-commits at lists.llvm.org
Thu Mar 11 01:07:33 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2224221fb3fa9738bd84221ed048247089187fce
https://github.com/llvm/llvm-project/commit/2224221fb3fa9738bd84221ed048247089187fce
Author: Christian Sigg <csigg at google.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/GPU/Passes.h
M mlir/include/mlir/InitAllPasses.h
M mlir/lib/Conversion/GPUCommon/CMakeLists.txt
M mlir/lib/Conversion/GPUCommon/ConvertKernelFuncToBlob.cpp
M mlir/lib/Dialect/GPU/CMakeLists.txt
M mlir/lib/Dialect/GPU/Transforms/SerializeToBlob.cpp
A mlir/lib/Dialect/GPU/Transforms/SerializeToCubin.cpp
M mlir/test/Integration/GPU/CUDA/shuffle.mlir
Log Message:
-----------
[mlir] Add NVVM to CUBIN conversion to mlir-opt
If MLIR_CUDA_RUNNER_ENABLED, register a 'gpu-to-cubin' conversion pass to mlir-opt.
The next step is to switch CUDA integration tests from mlir-cuda-runner to mlir-opt + mlir-cpu-runner and remove mlir-cuda-runner.
Depends On D98279
Reviewed By: herhut, rriddle, mehdi_amini
Differential Revision: https://reviews.llvm.org/D98203
More information about the All-commits
mailing list