[PATCH] D72030: Add in-dialect lowering of gpu.all_reduce.
Christian Sigg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 31 00:16:16 PST 2019
csigg created this revision.
Herald added subscribers: llvm-commits, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a project: LLVM.
csigg abandoned this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72030
Files:
mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp
Index: mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp
===================================================================
--- mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp
+++ mlir/lib/Conversion/GPUToCUDA/ConvertKernelFuncToCubin.cpp
@@ -111,7 +111,7 @@
llvm::CGFT_AssemblyFile);
codegen_passes.run(module);
}
-
+ llvm::errs() << ptx;
return ptx;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72030.235688.patch
Type: text/x-patch
Size: 430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191231/91886f36/attachment.bin>
More information about the llvm-commits
mailing list