parameters problem of GEMM (can a, c be the same pointer?)
1 post
• Page 1 of 1
parameters problem of GEMM (can a, c be the same pointer?)
I am confused that if in the function GEMM:
it is about the three matrix param (a, b, c, all are float* if it is SGEMM).
I am not sure weather the "a" and "c" can be the same pointer, and so are "b" and "c".
This problem come to me because I found that SYRK can not do this (a and c are the same pointer)
And ...... what about the other functions?

it is about the three matrix param (a, b, c, all are float* if it is SGEMM).
I am not sure weather the "a" and "c" can be the same pointer, and so are "b" and "c".
This problem come to me because I found that SYRK can not do this (a and c are the same pointer)
And ...... what about the other functions?




- gzygzy9211
- Posts: 1
- Joined: Fri Jul 18, 2014 8:07 pm
1 post
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests