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

Shared array implementation for complex arrays #240

Open
linusjoonho opened this issue Jul 5, 2023 · 1 comment
Open

Shared array implementation for complex arrays #240

linusjoonho opened this issue Jul 5, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@linusjoonho
Copy link
Collaborator

shared memory is not enabled for complex arrays as numpy seems to create copies of input arrays.

@linusjoonho linusjoonho added the enhancement New feature or request label Jul 5, 2023
@fdmalone
Copy link
Collaborator

fdmalone commented Jul 5, 2023

I think maybe the easiest thing to do would be to add our own zdot to array_lib or similar which passes the correct flags into zgemm, we really just need a conj() flag for operations (assuming we only use dots.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants