Class GPUInstructionParser
- java.lang.Object
-
- org.apache.sysds.runtime.instructions.InstructionParser
-
- org.apache.sysds.runtime.instructions.GPUInstructionParser
-
public class GPUInstructionParser extends InstructionParser
-
-
Constructor Summary
Constructors Constructor Description GPUInstructionParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GPUInstruction
parseSingleInstruction(String str)
static GPUInstruction
parseSingleInstruction(GPUInstruction.GPUINSTRUCTION_TYPE gputype, String str)
-
Methods inherited from class org.apache.sysds.runtime.instructions.InstructionParser
parseMixedInstructions
-
-
-
-
Method Detail
-
parseSingleInstruction
public static GPUInstruction parseSingleInstruction(String str)
-
parseSingleInstruction
public static GPUInstruction parseSingleInstruction(GPUInstruction.GPUINSTRUCTION_TYPE gputype, String str)
-
-