nimblas icon indicating copy to clipboard operation
nimblas copied to clipboard

BLAS for Nim

Results 2 nimblas issues
Sort by recently updated
recently updated
newest added

My system: Manjaro Linux with installed `blas` and `cblas`. Running `nimble test` produces: ``` could not import: cblas_ddot Error: execution of an external program failed: '/home/miran/Documents/programming/nim/nimblas/tests/test ' ``` @mratsim reported...

Would be nice to have some BLAS extensions like right now I would use `cblas_?gemm_batch` and `cblas_gemm_s16s16s32` from MKL. See https://software.intel.com/en-us/mkl-developer-reference-c-cblas-gemm-batch https://software.intel.com/en-us/mkl-developer-reference-c-cblas-gemm-1 Although they are available only for people using...