Hi all

We first implemented Matrix-Vector multiplication. Shall we create another
class for MatrixMatrix multiplication?
Of course, the Matrix Matrix multiplication implementation would be very
different from Matrix Vector.

What is the enum to use for MV and MM respectively?

public enum OOCType {
Reblock, AggregateUnary, Binary, Unary, MAPMM, Reorg, AggregateBinary, Tee
}

Do let me know the preferences and any background for these namings.

Strangely, the DML in the Tee Operator test is successful.

t(X) %*% X
in https://github.com/apache/systemds/pull/2317


Best regards
Janardhan

Reply via email to