Uses of Class
org.apache.sysds.runtime.instructions.gpu.GPUInstruction
- 
Packages that use GPUInstruction Package Description org.apache.sysds.runtime.instructions org.apache.sysds.runtime.instructions.gpu  - 
- 
Uses of GPUInstruction in org.apache.sysds.runtime.instructions
Methods in org.apache.sysds.runtime.instructions that return GPUInstruction Modifier and Type Method Description static GPUInstructionGPUInstructionParser. parseSingleInstruction(String str)static GPUInstructionGPUInstructionParser. parseSingleInstruction(GPUInstruction.GPUINSTRUCTION_TYPE gputype, String str) - 
Uses of GPUInstruction in org.apache.sysds.runtime.instructions.gpu
Subclasses of GPUInstruction in org.apache.sysds.runtime.instructions.gpu Modifier and Type Class Description classAggregateBinaryGPUInstructionclassAggregateUnaryGPUInstructionImplements aggregate unary instructions for CUDAclassArithmeticBinaryGPUInstructionclassBuiltinBinaryGPUInstructionclassBuiltinUnaryGPUInstructionclassDnnGPUInstructionclassMatrixAppendGPUInstructionImplements the cbind and rbind functions for matricesclassMatrixBuiltinGPUInstructionclassMatrixIndexingGPUInstructionclassMatrixMatrixArithmeticGPUInstructionclassMatrixMatrixAxpyGPUInstructionclassMatrixMatrixBuiltinGPUInstructionclassMatrixMatrixRelationalBinaryGPUInstructionclassMatrixReshapeGPUInstructionclassMMTSJGPUInstructionclassRelationalBinaryGPUInstructionclassReorgGPUInstructionclassScalarMatrixArithmeticGPUInstructionclassScalarMatrixBuiltinGPUInstructionclassScalarMatrixRelationalBinaryGPUInstructionclassSpoofCUDAInstruction 
 -