[Mlir-commits] [mlir] [mlir][gpu] Expose some utility functions from `gpu-to-binary` infra (PR #172205)
Ivan Butygin
llvmlistbot at llvm.org
Sun Dec 14 04:38:35 PST 2025
================
@@ -23,6 +23,13 @@ class TargetMachine;
namespace mlir {
namespace LLVM {
+
+/// Translate LLVM module to textual ISA.
+FailureOr<std::string>
----------------
Hardcode84 wrote:
Ok, I tried it and it requires a more substantial changes in callbacks interfaces, I will add a TODO leave it for the future PRs
https://github.com/llvm/llvm-project/pull/172205
More information about the Mlir-commits
mailing list