SciNim / nimblas

BLAS for Nim
http://scinim.github.io/nimblas
Apache License 2.0
42 stars 5 forks source link

Automatically find the most common BLAS dlls in Windows #9

Closed AngelEzquerra closed 1 year ago

AngelEzquerra commented 1 year ago

This uses the fact that dynlib supports patterns to look for the most common BLAS dll names when loading the BLAS library.

Vindaar commented 1 year ago

Thanks a lot, this is really great!