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
We noticed some time ago that OpenMP scaling is not too well, and found out it can be improved significantly by implementing the synchronization via OpenMP atomic instructions. There are several ways to implement locking inside Blitz and it was not clear to me how to implement the changes in a general way, so I can only provide a patch of what we did. It would be great if someone could have a look and (suggests how to) implement it in a more general way.
Having a derived class for read only data which doesn't need synchronisation is #another issue...
We noticed some time ago that OpenMP scaling is not too well, and found out it can be improved significantly by implementing the synchronization via OpenMP atomic instructions. There are several ways to implement locking inside Blitz and it was not clear to me how to implement the changes in a general way, so I can only provide a patch of what we did. It would be great if someone could have a look and (suggests how to) implement it in a more general way.
Having a derived class for read only data which doesn't need synchronisation is #another issue...
blitz-memblock.h-patch.txt
The text was updated successfully, but these errors were encountered: