[Mlir-commits] [mlir] [MLIR][NVVM] Add binaryCallback (PR #170853)
Mehdi Amini
llvmlistbot at llvm.org
Mon Dec 8 07:11:21 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:
I don't quite see how that really answers my comment?
https://github.com/llvm/llvm-project/pull/170853
More information about the Mlir-commits
mailing list