[Mlir-commits] [mlir] [mlir][gpu] Add a symbol table field to TargetOptions and adjust GpuModuleToBinary (PR #65797)

Mehdi Amini llvmlistbot at llvm.org
Sat Sep 9 14:32:25 PDT 2023


================
@@ -80,12 +82,17 @@ class TargetOptions {
   /// Returns the compilation target.
   CompilationTarget getCompilationTarget() const;
 
+  /// Returns the parent symbol table if a callback was provided, else returns
+  /// nullptr.
----------------
joker-eph wrote:

Seems like the callback itself can return null

https://github.com/llvm/llvm-project/pull/65797


More information about the Mlir-commits mailing list