Package org.apache.sysds.runtime.einsum
Class EinsumSpoofRowwise
java.lang.Object
org.apache.sysds.runtime.codegen.SpoofOperator
org.apache.sysds.runtime.codegen.SpoofRowwise
org.apache.sysds.runtime.einsum.EinsumSpoofRowwise
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sysds.runtime.codegen.SpoofRowwise
SpoofRowwise.RowTypeNested classes/interfaces inherited from class org.apache.sysds.runtime.codegen.SpoofOperator
SpoofOperator.SideInput, SpoofOperator.SideInputSparseCell, SpoofOperator.SideInputSparseRow -
Constructor Summary
ConstructorsConstructorDescriptionEinsumSpoofRowwise(EOpNodeFuse.EinsumRewriteType einsumRewriteType, SpoofRowwise.RowType rowType, long constDim2, int abCount, boolean bSupplied, int aCount, int azCount, int zSize) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvectMultiplyAdd(double aval, double[] a, double[] b, double[] c, int ai, int bi, int ci, int len) static voidvectMultiplyWrite(double aval, double[] a, double[] b, double[] c, int ai, int bi, int ci, int len) Methods inherited from class org.apache.sysds.runtime.codegen.SpoofRowwise
createCUDAInstrcution, execute, execute, execute, execute, getConstDim2, getNumIntermediates, getRowType, getSpoofType, getTmpMemoryReq, hasMatrixObjectSideInput, hasMatrixSideInputMethods inherited from class org.apache.sysds.runtime.codegen.SpoofOperator
execute, getDenseMatrices, getNativeStagingBuffer, getTotalInputNnz, getTotalInputSize
-
Constructor Details
-
EinsumSpoofRowwise
public EinsumSpoofRowwise(EOpNodeFuse.EinsumRewriteType einsumRewriteType, SpoofRowwise.RowType rowType, long constDim2, int abCount, boolean bSupplied, int aCount, int azCount, int zSize)
-
-
Method Details
-
vectMultiplyWrite
public static void vectMultiplyWrite(double aval, double[] a, double[] b, double[] c, int ai, int bi, int ci, int len) -
vectMultiplyAdd
public static void vectMultiplyAdd(double aval, double[] a, double[] b, double[] c, int ai, int bi, int ci, int len)
-