[PATCH] D80142: [mlir][gpu][mlir-cuda-runner] Refactor ConvertKernelFuncToCubin to be generic.
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 27 14:10:15 PDT 2020
rriddle added inline comments.
================
Comment at: mlir/include/mlir/Conversion/GPUCommon/GPUCommonPass.h:12
#include "mlir/Support/LLVM.h"
+#include "llvm/IR/Module.h"
#include <functional>
----------------
Is this header really necessary?
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