Modifier and Type | Method and Description |
---|---|
static ArrayList<Instruction> |
JMLCUtils.cleanupRuntimeInstructions(ArrayList<Instruction> insts,
HashSet<String> outputs)
Cleanup runtime instructions, removing rmvar instructions for
any of the given output variable names.
|
static ArrayList<Instruction> |
JMLCUtils.cleanupRuntimeInstructions(ArrayList<Instruction> insts,
String... outputs)
Cleanup runtime instructions, removing rmvar instructions for
any of the given output variable names.
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<Instruction> |
JMLCUtils.cleanupRuntimeInstructions(ArrayList<Instruction> insts,
HashSet<String> outputs)
Cleanup runtime instructions, removing rmvar instructions for
any of the given output variable names.
|
static ArrayList<Instruction> |
JMLCUtils.cleanupRuntimeInstructions(ArrayList<Instruction> insts,
String... outputs)
Cleanup runtime instructions, removing rmvar instructions for
any of the given output variable names.
|
Modifier and Type | Class and Description |
---|---|
class |
MRJobInstruction |
Modifier and Type | Method and Description |
---|---|
static Instruction[] |
InstructionParser.parseMixedInstructions(String str) |
static Instruction |
InstructionParser.parseSingleInstruction(String str) |
Instruction |
Instruction.preprocessInstruction(org.apache.sysml.runtime.controlprogram.context.ExecutionContext ec)
This method should be used for any setup before executing this instruction.
|
Modifier and Type | Method and Description |
---|---|
void |
Instruction.setLocation(Instruction oldInst) |
Modifier and Type | Class and Description |
---|---|
class |
AggregateBinaryGPUInstruction |
class |
AggregateUnaryGPUInstruction
Implements aggregate unary instructions for CUDA
|
class |
ArithmeticBinaryGPUInstruction |
class |
BuiltinBinaryGPUInstruction |
class |
BuiltinUnaryGPUInstruction |
class |
DnnGPUInstruction |
class |
GPUInstruction |
class |
MatrixAppendGPUInstruction
Implements the cbind and rbind functions for matrices
|
class |
MatrixBuiltinGPUInstruction |
class |
MatrixIndexingGPUInstruction |
class |
MatrixMatrixArithmeticGPUInstruction |
class |
MatrixMatrixAxpyGPUInstruction |
class |
MatrixMatrixBuiltinGPUInstruction |
class |
MatrixMatrixRelationalBinaryGPUInstruction |
class |
MatrixReshapeGPUInstruction |
class |
MMTSJGPUInstruction |
class |
RelationalBinaryGPUInstruction |
class |
ReorgGPUInstruction |
class |
ScalarMatrixArithmeticGPUInstruction |
class |
ScalarMatrixBuiltinGPUInstruction |
class |
ScalarMatrixRelationalBinaryGPUInstruction |
Modifier and Type | Method and Description |
---|---|
Instruction |
GPUInstruction.preprocessInstruction(org.apache.sysml.runtime.controlprogram.context.ExecutionContext ec) |
Modifier and Type | Method and Description |
---|---|
Instruction |
SPInstruction.preprocessInstruction(org.apache.sysml.runtime.controlprogram.context.ExecutionContext ec) |
Modifier and Type | Class and Description |
---|---|
class |
ExternalFunctionInvocationInstruction
Class to maintain external function invocation instructions.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.