We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b02222 commit 9910d34Copy full SHA for 9910d34
mlir/lib/Target/LLVM/NVVM/Target.cpp
@@ -455,6 +455,7 @@ NVPTXSerializer::compileToBinary(const std::string &ptxCode) {
455
LLVM_DEBUG({
456
llvm::dbgs() << "Tool invocation for module: "
457
<< getOperation().getNameAttr() << "\n";
458
+ llvm::dbgs() << "ptxas executable:" << ptxasCompiler.value() << "\n";
459
llvm::interleave(ptxasArgs, llvm::dbgs(), " ");
460
llvm::dbgs() << "\n";
461
if (createFatbin) {
0 commit comments