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

New feature: Single node parallelism optimisations #107

Open
aniabrown opened this issue Feb 18, 2019 · 0 comments
Open

New feature: Single node parallelism optimisations #107

aniabrown opened this issue Feb 18, 2019 · 0 comments

Comments

@aniabrown
Copy link
Collaborator

It would be useful to do a review of single node implementations of gates

  • There are a few areas which may be able to use a better OpenMP decomposition
  • Most operations are not currently vectorised
    -- need to add #pragma ivdep
    -- replacing division, mod operation with bitwise operations gave better performance in initial testing
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