You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It would be useful to do a review of single node implementations of gates
-- need to add
#pragma ivdep
-- replacing division, mod operation with bitwise operations gave better performance in initial testing
The text was updated successfully, but these errors were encountered: