Software Archive
Read-only legacy content
Comunicados
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussões

Calling MKL cblas_dgemm in recursive function

Allam_F_
Principiante
504 Visualizações

I am trying to implement a recursive matrix multiplication on Xeon Phi. I have two implementation . The first one I have my own implementation of Strasseen and it is working fine when I call it for more than one level of recursion the time is decreased one I increase the recursion level. To boost My algorithem I used the cblas_dgemm MKL function for submatrix multiplication I call it from Strassen Algorithem. The problem is that I the time increased when I increase the level of recursion. what is the problem

0 Kudos
1 Responder
Frances_R_Intel
Funcionário
504 Visualizações

Duplicate of 484681. See that thread for followup.

Responder