[Mlir-commits] [mlir] [MLIR] Dump sass (PR #110227)

Mehdi Amini llvmlistbot at llvm.org
Fri Sep 27 03:21:47 PDT 2024


================
@@ -92,6 +93,7 @@ SerializeGPUModuleBase::SerializeGPUModuleBase(
   // If `targetOptions` have an empty toolkitPath use `getCUDAToolkitPath`
   if (toolkitPath.empty())
     toolkitPath = getCUDAToolkitPath();
+  llvm::errs() << toolkitPath;
----------------
joker-eph wrote:

Debug leftover?

https://github.com/llvm/llvm-project/pull/110227


More information about the Mlir-commits mailing list