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
Our codebase contains CUDA synchronisations, many of which are unnecessary (e.g., #432, #433, and #434). These unnecessary synchronisations are impacting performance. The aim is to identify and remove these redundant device synchronizations to enhance overall efficiency.
The text was updated successfully, but these errors were encountered:
Our codebase contains CUDA synchronisations, many of which are unnecessary (e.g., #432, #433, and #434). These unnecessary synchronisations are impacting performance. The aim is to identify and remove these redundant device synchronizations to enhance overall efficiency.
The text was updated successfully, but these errors were encountered: