Class FEDInstructionUtils
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.fed.FEDInstructionUtils
 
- 
 public class FEDInstructionUtils extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static booleannoFedRuntimeConversion
 - 
Constructor SummaryConstructors Constructor Description FEDInstructionUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static InstructioncheckAndReplaceCP(Instruction inst, ExecutionContext ec)Check and replace CP instructions with federated instructions if the instruction match criteria.static InstructioncheckAndReplaceSP(Instruction inst, ExecutionContext ec)
 
- 
- 
- 
Method Detail- 
checkAndReplaceCPpublic 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 analyse
- ec- The Execution Context
- Returns:
- The potentially modified instruction
 
 - 
checkAndReplaceSPpublic static Instruction checkAndReplaceSP(Instruction inst, ExecutionContext ec) 
 
- 
 
-