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

Linear algebra #61

Open
GoogleCodeExporter opened this issue Aug 12, 2015 · 1 comment
Open

Linear algebra #61

GoogleCodeExporter opened this issue Aug 12, 2015 · 1 comment
Labels
comp-Logic Related to internal code logic maintainability Simplifies further code development (standardization, robustness) performance Simulation speed, memory consumption pri-Low Kept mostly for reference

Comments

@GoogleCodeExporter
Copy link

Take a look on LAPACK, may be it can accelerate linear operations on large
arrays.

Original issue reported on code.google.com by yurkin on 24 Dec 2008 at 7:57

@GoogleCodeExporter GoogleCodeExporter added OpSys-All comp-Logic Related to internal code logic performance Simulation speed, memory consumption pri-Low Kept mostly for reference labels Aug 12, 2015
@myurkin myurkin added feature Allows new functionality and removed Type-Enhancement labels Aug 13, 2015
@myurkin myurkin self-assigned this Nov 12, 2015
@myurkin
Copy link
Member

myurkin commented Nov 12, 2015

It would be great to rewrite all linear algebra operations as BLAS calls. However, this may have some speed drawback.

In terms of OpenCL (GPU), this issue is described in #199 - there OCL_BLAS is already available in test mode.

@myurkin myurkin added maintainability Simplifies further code development (standardization, robustness) and removed feature Allows new functionality labels Apr 24, 2021
@myurkin myurkin removed their assignment Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-Logic Related to internal code logic maintainability Simplifies further code development (standardization, robustness) performance Simulation speed, memory consumption pri-Low Kept mostly for reference
Projects
None yet
Development

No branches or pull requests

2 participants