[all-commits] [llvm/llvm-project] 14de08: [OpenMP][FIX] Ensure the modules vector is filled ...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Tue Mar 8 21:47:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14de0820e87f552993cf9b2c5c31f67e12fb0644
      https://github.com/llvm/llvm-project/commit/14de0820e87f552993cf9b2c5c31f67e12fb0644
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2022-03-08 (Tue, 08 Mar 2022)

  Changed paths:
    M openmp/libomptarget/plugins/cuda/src/rtl.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list