BLAS++ is a C++ wrapper around CPU and GPU BLAS (basic linear algebra subroutines), developed as part of the SLATE project.
BSD 3-Clause "New" or "Revised" License
66
stars
23
forks
source link
example: fix ldb=k in example_gemm. Resolves #75. #76
Closed
mgates3 closed 10 months ago
Didn't previously show because of hard-coded values
n = 200 > k = 50
. Usingn = 50 < k = 200
, it throws an error:After this fix, it works: