[OpenMP][FIX] Ensure the modules vector is filled as others are
authorJohannes Doerfert <johannes@jdoerfert.de>
Wed, 9 Mar 2022 05:45:43 +0000 (23:45 -0600)
committerJohannes Doerfert <johannes@jdoerfert.de>
Wed, 9 Mar 2022 05:45:43 +0000 (23:45 -0600)
commit14de0820e87f552993cf9b2c5c31f67e12fb0644
tree84d75716ed0616277ddd2f76f8cbe18cdef2698f
parente618eb8727b0f9aebb54d48f6978c0bd3a4cf010
[OpenMP][FIX] Ensure the modules vector is filled as others are

The modules vector was for some reason special which could lead to it
not being of the same size (=num devices). Easiest solution is to treat
it like we do all the other vectors.
openmp/libomptarget/plugins/cuda/src/rtl.cpp