[PATCH] D80142: [mlir][gpu][mlir-cuda-runner] Refactor ConvertKernelFuncToCubin to be generic.
Wen-Heng (Jack) Chung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 22 15:34:13 PDT 2020
whchung added a comment.
@herhut I've revised the patch so `ConvertGpuKernelToCubin` pass is now `ConvertGpuKernelToBlob` and works on both CUDA and ROCm platform. Could you help review it once again? Thanks.
In my downstream fork I also have the implementation of `mlir-rocm-runner` ready, pending on this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80142/new/
https://reviews.llvm.org/D80142
More information about the llvm-commits
mailing list