[Mlir-commits] [mlir] [MLIR][NVVM] Add binaryCallback (PR #170853)

Guray Ozen llvmlistbot at llvm.org
Mon Dec 8 05:48:02 PST 2025


================
@@ -134,6 +135,9 @@ class ModuleToObject {
   /// for example PTX assembly.
   function_ref<void(StringRef)> isaCallback;
 
+  /// Callback invoked with the compilation target for the device.
+  function_ref<void(StringRef)> binaryCallback;
----------------
grypp wrote:

We don’t get any logs from the ptxas/NVPTX compiler today. The only way to see them is with `-debug-only=serialize-to-binary`, but that flag doesn’t work in production.

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


More information about the Mlir-commits mailing list