Uses of Class
org.apache.sysds.conf.CompilerConfig
Packages that use CompilerConfig
Package
Description
-
Uses of CompilerConfig in org.apache.sysds.api.jmlc
Methods in org.apache.sysds.api.jmlc that return CompilerConfigModifier and TypeMethodDescriptionPreparedScript.getCompilerConfig()Get the compiler configuration object associated with the prepared script instance. -
Uses of CompilerConfig in org.apache.sysds.conf
Methods in org.apache.sysds.conf that return CompilerConfigModifier and TypeMethodDescriptionCompilerConfig.clone()static CompilerConfigConfigurationManager.getCompilerConfig()Gets the current thread-local compiler configuration.Methods in org.apache.sysds.conf with parameters of type CompilerConfigModifier and TypeMethodDescriptionstatic voidConfigurationManager.setGlobalConfig(CompilerConfig conf) static voidConfigurationManager.setLocalConfig(CompilerConfig conf) Sets the current thread-local compiler configuration to the given config.Constructors in org.apache.sysds.conf with parameters of type CompilerConfig -
Uses of CompilerConfig in org.apache.sysds.hops
Methods in org.apache.sysds.hops that return CompilerConfigModifier and TypeMethodDescriptionstatic CompilerConfigOptimizerUtils.constructCompilerConfig(CompilerConfig cconf, DMLConfig dmlconf) static CompilerConfigOptimizerUtils.constructCompilerConfig(DMLConfig dmlconf) Methods in org.apache.sysds.hops with parameters of type CompilerConfigModifier and TypeMethodDescriptionstatic CompilerConfigOptimizerUtils.constructCompilerConfig(CompilerConfig cconf, DMLConfig dmlconf) -
Uses of CompilerConfig in org.apache.sysds.runtime.controlprogram.parfor
Constructors in org.apache.sysds.runtime.controlprogram.parfor with parameters of type CompilerConfigModifierConstructorDescriptionLocalParWorker(long ID, LocalTaskQueue<Task> q, ParForBody body, CompilerConfig cconf, int max_retry)