[Mlir-commits] [mlir] [mlir][gpu] Add a symbol table field to TargetOptions and adjust GpuModuleToBinary (PR #65797)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Dec 12 05:31:26 PST 2023
================
@@ -100,6 +111,10 @@ class TargetOptions {
/// Compilation process target representation.
CompilationTarget compilationTarget;
+ /// Callback for obtaining the parent symbol table of all the GPU modules
+ /// being serialized.
+ function_ref<SymbolTable *()> getSymbolTableCallback;
----------------
peledins-zimperium wrote:
I'm seeing clang-tidy warnings/crashes in similar usage - https://github.com/llvm/llvm-project/issues/71363
https://github.com/llvm/llvm-project/pull/65797
More information about the Mlir-commits
mailing list