With single thread using __kmpc_omp_wait_deps segfaults in openmp runtime. Offloading with depend also encounters this problem when we generate kmpc_omp_wait_deps instead of kmpc_omp_task_with_deps.
Patch by Alex Duran
 Differential  D21384  
Fix for crash in task dependencies Authored by tlwilmar on Jun 15 2016, 9:00 AM. 
Details With single thread using __kmpc_omp_wait_deps segfaults in openmp runtime. Offloading with depend also encounters this problem when we generate kmpc_omp_wait_deps instead of kmpc_omp_task_with_deps. Patch by Alex Duran 
Diff Detail 
  |