Uses of Class
org.apache.sysds.hops.codegen.opt.PlanSelection
Packages that use PlanSelection
-
Uses of PlanSelection in org.apache.sysds.hops.codegen
Methods in org.apache.sysds.hops.codegen that return PlanSelectionModifier and TypeMethodDescriptionstatic PlanSelectionSpoofCompiler.createPlanSelector()Factory method for alternative plan selection policies. -
Uses of PlanSelection in org.apache.sysds.hops.codegen.opt
Subclasses of PlanSelection in org.apache.sysds.hops.codegen.optModifier and TypeClassDescriptionclassThis plan selection heuristic aims for maximal fusion, which potentially leads to overlapping fused operators and thus, redundant computation but with a minimal number of materialized intermediate results.classThis cost-based plan selection algorithm chooses fused operators based on the DAG structure and resulting overall costs.classThis cost-based plan selection algorithm chooses fused operators based on the DAG structure and resulting overall costs.classThis plan selection heuristic aims for fusion without any redundant computation, which, however, potentially leads to more materialized intermediates than the fuse all heuristic.