-
- Downloads
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)
Showing
- viennacl/forwards.h 2 additions, 0 deletionsviennacl/forwards.h
- viennacl/linalg/prod.hpp 8 additions, 8 deletionsviennacl/linalg/prod.hpp
- viennacl/matrix.hpp 24 additions, 24 deletionsviennacl/matrix.hpp
- viennacl/scheduler/forwards.h 4 additions, 2 deletionsviennacl/scheduler/forwards.h
- viennacl/tools/matrix_size_deducer.hpp 3 additions, 3 deletionsviennacl/tools/matrix_size_deducer.hpp
Loading
Please register or sign in to comment