mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 18:26:37 +00:00
[MLIR][NVVM] Print ptxas path in debug output for "serialize-to-binary" (#132373)
This commit is contained in:
parent
9b022220b7
commit
9910d34d6c
@ -455,6 +455,7 @@ NVPTXSerializer::compileToBinary(const std::string &ptxCode) {
|
||||
LLVM_DEBUG({
|
||||
llvm::dbgs() << "Tool invocation for module: "
|
||||
<< getOperation().getNameAttr() << "\n";
|
||||
llvm::dbgs() << "ptxas executable:" << ptxasCompiler.value() << "\n";
|
||||
llvm::interleave(ptxasArgs, llvm::dbgs(), " ");
|
||||
llvm::dbgs() << "\n";
|
||||
if (createFatbin) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user