Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what is the difference between these libarary and pure rust? #343

Closed
zheng5yu9 opened this issue Apr 15, 2024 · 1 comment
Closed

what is the difference between these libarary and pure rust? #343

zheng5yu9 opened this issue Apr 15, 2024 · 1 comment

Comments

@zheng5yu9
Copy link

what is the difference between these libarary and pure rust?
image

@relf
Copy link
Member

relf commented Apr 22, 2024

These libraries are "well-known" BLAS implementations in C and/or Fortran and can be used here, but can be tricky to build/link with depending on the system. The pure Rust BLAS subset implementation was introduced to lower the barrier of entry in linfa as it is definitely the easiest way to compile. That said, depending on your use case you might want to choose a BLAS implementation to get better performances. See also #228

@relf relf closed this as completed May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants