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

Concurrency for Complex Matrices ZDRM #176

Open
1 of 6 tasks
lessthanoptimal opened this issue Jan 15, 2023 · 2 comments
Open
1 of 6 tasks

Concurrency for Complex Matrices ZDRM #176

lessthanoptimal opened this issue Jan 15, 2023 · 2 comments

Comments

@lessthanoptimal
Copy link
Owner

lessthanoptimal commented Jan 15, 2023

Implement all the low hanging concurrent algorithms for ZDRM. Basically what can be automatically generated from single thread code. Add to SimpleMatrix ops as new features are added.

  • Matrix Multiplication
  • Transpose
  • Element wise
  • LU
  • Cholesky
  • QR
@lessthanoptimal
Copy link
Owner Author

lessthanoptimal commented Jan 15, 2023

image

AMD Ryzen 9 5950X 16-Core x 32
Java 17

@lessthanoptimal
Copy link
Owner Author

First PR in this effort #177 hoping that chart might inspire some people to help with the task of updating all the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant