[Openmp-commits] [PATCH] D149557: [OpenMP] Handle function calls from `libomp` to `libomptarget` correctly
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon May 1 15:23:32 PDT 2023
tianshilei1992 reopened this revision.
tianshilei1992 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: openmp/runtime/src/kmp_tasking.cpp:1812
// instead of re-executing the routine.
- __tgt_target_nowait_query(&taskdata->td_target_data.async_handle);
+ tgt_target_nowait_query(&taskdata->td_target_data.async_handle);
} else
----------------
We actually want to do the assert here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149557/new/
https://reviews.llvm.org/D149557
More information about the Openmp-commits
mailing list