[all-commits] [llvm/llvm-project] 5105c7: [OpenMP][CUDA] Fix an issue that multiple `CUmodul...

Shilei Tian via All-commits all-commits at lists.llvm.org
Wed Mar 9 11:55:45 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5105c7cd78751d50975e7af2d4d614ebb799cbd4
      https://github.com/llvm/llvm-project/commit/5105c7cd78751d50975e7af2d4d614ebb799cbd4
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2022-03-09 (Wed, 09 Mar 2022)

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

  Log Message:
  -----------
  [OpenMP][CUDA] Fix an issue that multiple `CUmodule` are could be overwritten

This patch fixes the issue introduced in 14de0820e87f and D120089, that
if dynamic libraries are used, the `CUmodule` array could be overwritten.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D121308




More information about the All-commits mailing list