Class FEDInstructionUtils
- java.lang.Object
-
- org.apache.sysds.runtime.instructions.fed.FEDInstructionUtils
-
public class FEDInstructionUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
noFedRuntimeConversion
-
Constructor Summary
Constructors Constructor Description FEDInstructionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Instruction
checkAndReplaceCP(Instruction inst, ExecutionContext ec)
Check and replace CP instructions with federated instructions if the instruction match criteria.static Instruction
checkAndReplaceSP(Instruction inst, ExecutionContext ec)
-
-
-
Method Detail
-
checkAndReplaceCP
public static Instruction checkAndReplaceCP(Instruction inst, ExecutionContext ec)
Check and replace CP instructions with federated instructions if the instruction match criteria.- Parameters:
inst
- The instruction to analyseec
- The Execution Context- Returns:
- The potentially modified instruction
-
checkAndReplaceSP
public static Instruction checkAndReplaceSP(Instruction inst, ExecutionContext ec)
-
-