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

Use hcat to concatenate basis.snapshots or explicity compute matrix elements? #16

Open
pbrehmer opened this issue Jan 12, 2023 · 0 comments

Comments

@pbrehmer
Copy link
Collaborator

In compress and estimate_gs we encounter cases where we need to concatenate the basis snapshot vectors into one matrix in order to perform matrix multiplications.

The questions is whether it is better to:

  • use hcat and then use BLAS Level 3 operations but allocate more memory
  • or perform explicit matrix-vector BLAS Level 2 operations but perform less allocations

We need to benchmark this for realistic cases.

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

1 participant