OpenMP-Validation-and-Verification / OpenMP_VV

OpenMP Offloading Validation & Verification Suite; Official repository. We have migrated from bitbucket!! For documentation, results, publication and presentations, please check out our website ->
https://crpl.cis.udel.edu/ompvvsollve/
Other
54 stars 19 forks source link

Fixing bug of test_target_memcpy_async_no_obj.c #797

Closed fel-cab closed 7 months ago

fel-cab commented 7 months ago

Fixing bug reported on issue #795

Adding #pragma omp taskwait after omp_target_memcpy_async

seyonglee commented 7 months ago

We don't need this PR since the task wait directive is already applied in PR #723. Moreover, PR #723 has a later version of the test_target_memcpy_async_no_obj.c than this PR.