[Openmp-commits] [PATCH] D74145: [OpenMP][Offloading] Added support for multiple streams so that multiple kernels can be executed concurrently

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Feb 11 18:44:07 PST 2020


grokos added a comment.

The patch looks good to me. One final comment: is `LIBOMPTARGET_NUM_STREAMS` the most appropriate name for the new env var? Because it targets the CUDA plugin specifically, should we change the name to something like `LIBOMPTARGET_CUDA_NUM_STREAMS`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74145/new/

https://reviews.llvm.org/D74145





More information about the Openmp-commits mailing list