public class MatrixMatrixAxpyGPUInstruction extends ArithmeticBinaryGPUInstruction
GPUInstruction.GPUINSTRUCTION_TYPEInstruction.INSTRUCTION_TYPE_input1, _input2, _output_gputype, _optr, _requiresLabelUpdatebeginCol, beginLine, DATATYPE_PREFIX, endCol, endLine, GPU_INST_PREFIX, instOpcode, INSTRUCTION_DELIM, instString, LITERAL_PREFIX, LOG, OPERAND_DELIM, SP_INST_PREFIX, type, VALUETYPE_PREFIX| Constructor and Description |
|---|
MatrixMatrixAxpyGPUInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
org.apache.sysml.runtime.instructions.cp.CPOperand in1,
org.apache.sysml.runtime.instructions.cp.CPOperand constant,
int multiplier,
org.apache.sysml.runtime.instructions.cp.CPOperand in2,
org.apache.sysml.runtime.instructions.cp.CPOperand out,
String opcode,
String istr) |
| Modifier and Type | Method and Description |
|---|---|
static MatrixMatrixAxpyGPUInstruction |
parseInstruction(String str) |
void |
processInstruction(org.apache.sysml.runtime.controlprogram.context.ExecutionContext ec)
This method should be used to execute the instruction.
|
getGPUInstructionType, getGraphString, preprocessInstruction, requiresLabelUpdategetExtendedOpcode, getInstID, getLineNum, getLocation, getOpcode, getType, postprocessInstruction, printMe, setInstID, setLocation, setLocation, setLocation, setLocation, setType, toString, updateInstructionThreadIDpublic MatrixMatrixAxpyGPUInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
org.apache.sysml.runtime.instructions.cp.CPOperand in1,
org.apache.sysml.runtime.instructions.cp.CPOperand constant,
int multiplier,
org.apache.sysml.runtime.instructions.cp.CPOperand in2,
org.apache.sysml.runtime.instructions.cp.CPOperand out,
String opcode,
String istr)
public static MatrixMatrixAxpyGPUInstruction parseInstruction(String str) throws DMLRuntimeException
DMLRuntimeExceptionpublic void processInstruction(org.apache.sysml.runtime.controlprogram.context.ExecutionContext ec)
throws DMLRuntimeException
InstructionprocessInstruction in class GPUInstructionec - execution contextDMLRuntimeException - if DMLRuntimeException occursCopyright © 2017 The Apache Software Foundation. All rights reserved.