Skip to content
Commit 35242d15 authored by Karl Rupp's avatar Karl Rupp
Browse files

Now using op_mat_mat_prod instead of op_prod for matrix-matrix products.

The reason for splitting the common op_prod was the limitations encountered within the scheduler.
With a common op_prod one first needs to deep-inspect the leaves in order to find out whether
we are dealing with a matrix-vector and matrix-matrix product. By splitting op_prod,
this deep inspection is no longer necessary.

(Similar splittings for separating the matrix-vector product from outer vector products are likely to be applied later)
parent 9b5a3619
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment