public abstract class ArithmeticBinaryGPUInstruction extends GPUInstruction
GPUInstruction.GPUINSTRUCTION_TYPEInstruction.INSTRUCTION_TYPE| Modifier and Type | Field and Description |
|---|---|
protected org.apache.sysml.runtime.instructions.cp.CPOperand |
_input1 |
protected org.apache.sysml.runtime.instructions.cp.CPOperand |
_input2 |
protected org.apache.sysml.runtime.instructions.cp.CPOperand |
_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 |
|---|
ArithmeticBinaryGPUInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
org.apache.sysml.runtime.instructions.cp.CPOperand in1,
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 ArithmeticBinaryGPUInstruction |
parseInstruction(String str) |
getGPUInstructionType, getGraphString, preprocessInstruction, processInstruction, requiresLabelUpdategetExtendedOpcode, getInstID, getLineNum, getLocation, getOpcode, getType, postprocessInstruction, printMe, setInstID, setLocation, setLocation, setLocation, setLocation, setType, toString, updateInstructionThreadIDprotected org.apache.sysml.runtime.instructions.cp.CPOperand _input1
protected org.apache.sysml.runtime.instructions.cp.CPOperand _input2
protected org.apache.sysml.runtime.instructions.cp.CPOperand _output
public ArithmeticBinaryGPUInstruction(org.apache.sysml.runtime.matrix.operators.Operator op,
org.apache.sysml.runtime.instructions.cp.CPOperand in1,
org.apache.sysml.runtime.instructions.cp.CPOperand in2,
org.apache.sysml.runtime.instructions.cp.CPOperand out,
String opcode,
String istr)
public static ArithmeticBinaryGPUInstruction parseInstruction(String str) throws DMLRuntimeException
DMLRuntimeExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.