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
Add <atomic> include and fix OpenMP shared directive
Include the <atomic> header where needed to ensure proper functionality. Update OpenMP parallel region directives to explicitly declare the shared variable `counter` to avoid potential issues.
0 commit comments