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
When access memory / registers (virtual address) it would be nice if the driver classes applied a memory barrier.
This features should have the option to be disabled as it will add an overhead and is probably not required in most cases.
This can be done using "__sync_synchronize();" before and after reads / writes. However it should probably be wrapped up in a platform class or function.
The text was updated successfully, but these errors were encountered:
When access memory / registers (virtual address) it would be nice if the driver classes applied a memory barrier.
This features should have the option to be disabled as it will add an overhead and is probably not required in most cases.
This can be done using "__sync_synchronize();" before and after reads / writes. However it should probably be wrapped up in a platform class or function.
The text was updated successfully, but these errors were encountered: