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
// #pragma omp task depend(in: x) if(0) // 1st taskwait
// {}
It is these two lines of code that play a role in not creating the task, but serializing it in the main thread so that the main thread waits for task1 to finish.
Not sure if I'm accurate, if anyone is clear, please let me know.
No description provided.
The text was updated successfully, but these errors were encountered: