Package | Description |
---|---|
org.apache.sysds.runtime.codegen | |
org.apache.sysds.runtime.instructions.gpu |
Modifier and Type | Class and Description |
---|---|
class |
SpoofCUDACellwise |
class |
SpoofCUDARowwise |
Modifier and Type | Method and Description |
---|---|
SpoofCUDAOperator |
SpoofMultiAggregate.createCUDAInstrcution(Integer opID,
SpoofCUDAOperator.PrecisionProxy ep) |
SpoofCUDAOperator |
SpoofOuterProduct.createCUDAInstrcution(Integer opID,
SpoofCUDAOperator.PrecisionProxy ep) |
SpoofCUDAOperator |
SpoofCellwise.createCUDAInstrcution(Integer opID,
SpoofCUDAOperator.PrecisionProxy ep) |
SpoofCUDAOperator |
SpoofRowwise.createCUDAInstrcution(Integer opID,
SpoofCUDAOperator.PrecisionProxy ep) |
abstract SpoofCUDAOperator |
SpoofOperator.createCUDAInstrcution(Integer opID,
SpoofCUDAOperator.PrecisionProxy ep) |
Modifier and Type | Method and Description |
---|---|
abstract int |
SpoofCUDAOperator.PrecisionProxy.exec(ExecutionContext ec,
SpoofCUDAOperator op,
int opID,
long[] in,
long[] sides,
long[] out,
ArrayList<ScalarObject> scalarObjects,
long grix) |
Modifier and Type | Method and Description |
---|---|
int |
SpoofCUDAInstruction.SinglePrecision.exec(ExecutionContext ec,
SpoofCUDAOperator op,
int opID,
long[] in,
long[] sides,
long[] out,
ArrayList<ScalarObject> scalarObjects,
long grix) |
int |
SpoofCUDAInstruction.DoublePrecision.exec(ExecutionContext ec,
SpoofCUDAOperator op,
int opID,
long[] in,
long[] sides,
long[] out,
ArrayList<ScalarObject> scalarObjects,
long grix) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.