[Mlir-commits] [mlir] [MLIR][NVVM] Add binaryCallback (PR #170853)
Mehdi Amini
llvmlistbot at llvm.org
Fri Dec 5 09:05:53 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;
----------------
joker-eph wrote:
OK, I'll wait for it to be finished, but I'm curious about the difference between `binaryCallback` and what is returned by the API already (this is why intentionally this callback wasn't added in the first place I believe).
https://github.com/llvm/llvm-project/pull/170853
More information about the Mlir-commits
mailing list