[Mlir-commits] [mlir] [mlir][gpu] Add a symbol table field to TargetOptions and adjust GpuModuleToBinary (PR #65797)
Fabian Mora
llvmlistbot at llvm.org
Sat Sep 9 09:49:22 PDT 2023
================
@@ -100,6 +106,10 @@ class TargetOptions {
/// Compilation process target representation.
CompilationTarget compilationTarget;
+ /// Parent symbol table of all the GPU modules being serialized. By default
+ /// this member is null as it is not required by most targets.
+ SymbolTable *parentTable;
----------------
fabianmcg wrote:
I've switched it.
https://github.com/llvm/llvm-project/pull/65797
More information about the Mlir-commits
mailing list