[Openmp-commits] [PATCH] D74145: [OpenMP][Offloading] Added support for multiple streams so that multiple kernels can be executed concurrently
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Feb 7 04:25:15 PST 2020
ye-luo added a comment.
Caught another issue.
================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:832
CUresult sync_err = cuCtxSynchronize();
if (sync_err != CUDA_SUCCESS) {
----------------
This synchronization should be replaced with stream wait.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74145/new/
https://reviews.llvm.org/D74145
More information about the Openmp-commits
mailing list