Class CompilerConfig

java.lang.Object
org.apache.sysds.conf.CompilerConfig

public class CompilerConfig extends Object
Basic wrapper for all compiler configurations that are configured dynamically on a per script invocation basis. This allows us to provide thread-local compiler configurations to prevent side-effects between multiple scripts running in the same JVM process.
  • Field Details

    • FLAG_DYN_RECOMPILE

      public static boolean FLAG_DYN_RECOMPILE
    • FLAG_PARREADWRITE_TEXT

      public static boolean FLAG_PARREADWRITE_TEXT
    • FLAG_PARREADWRITE_BINARY

      public static boolean FLAG_PARREADWRITE_BINARY
  • Constructor Details

    • CompilerConfig

      public CompilerConfig()
    • CompilerConfig

      public CompilerConfig(CompilerConfig conf)
  • Method Details