Replies: 3 comments 2 replies
|
That is probably the crossover point where OpenBLAS "decides" the problem is large enough to switch to multithreading (and the decision is made too early in case 1). Need to look into this... |
2 replies
|
This is the complete test code that can be run. |
0 replies
|
@martin-frbg Maybe it's the matrix transpose that changes the return of GEMM_SMALL_MATRIX_PERMIT. Am I doing the right thing? My knowledge of matrices is weak. I try to explain it logically from the code. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I found a strange thing about the dgemm_ function.
This is pseudocode, the full code is given later.
strange results:
Can anyone explain this phenomenon? Just by adding a row or a column, the time increases several times.
env:
All reactions