[PATCH] D80167: [mlir][gpu] Refactor ConvertGpuLaunchFuncToCudaCalls pass.

Wen-Heng (Jack) Chung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 22:01:52 PDT 2020


whchung updated this revision to Diff 265418.
whchung added a comment.

Fix build errors. Adopting changes in D80343 <https://reviews.llvm.org/D80343> and D80353 <https://reviews.llvm.org/D80353>.

Address review comments from @mehdi_amini in D80343 <https://reviews.llvm.org/D80343>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80167/new/

https://reviews.llvm.org/D80167

Files:
  mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h
  mlir/include/mlir/Conversion/GPUToCUDA/GPUToCUDAPass.h
  mlir/include/mlir/Conversion/Passes.td
  mlir/include/mlir/InitAllPasses.h
  mlir/lib/Conversion/CMakeLists.txt
  mlir/lib/Conversion/GPUCommon/CMakeLists.txt
  mlir/lib/Conversion/GPUCommon/ConvertLaunchFuncToRuntimeCalls.cpp
  mlir/lib/Conversion/GPUToCUDA/CMakeLists.txt
  mlir/lib/Conversion/GPUToCUDA/ConvertLaunchFuncToCudaCalls.cpp
  mlir/test/Conversion/GPUCommon/lower-launch-func-to-gpu-runtime-calls.mlir
  mlir/test/Conversion/GPUToCUDA/lower-launch-func-to-cuda.mlir
  mlir/tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp
  mlir/tools/mlir-cuda-runner/mlir-cuda-runner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80167.265418.patch
Type: text/x-patch
Size: 32783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200521/912d4f57/attachment.bin>


More information about the llvm-commits mailing list