[all-commits] [llvm/llvm-project] 29df4a: [OpenMP][Offloading] Add support for event related...

Shilei Tian via All-commits all-commits at lists.llvm.org
Sat Aug 28 13:24:26 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 29df4ab3f3c9bf37529ee04795abfd90b7691857
      https://github.com/llvm/llvm-project/commit/29df4ab3f3c9bf37529ee04795abfd90b7691857
  Author: Shilei Tian <tianshilei1992 at gmail.com>
  Date:   2021-08-28 (Sat, 28 Aug 2021)

  Changed paths:
    M openmp/libomptarget/include/omptargetplugin.h
    M openmp/libomptarget/plugins/cuda/dynamic_cuda/cuda.cpp
    M openmp/libomptarget/plugins/cuda/dynamic_cuda/cuda.h
    M openmp/libomptarget/plugins/cuda/src/rtl.cpp
    M openmp/libomptarget/plugins/exports
    M openmp/libomptarget/src/device.cpp
    M openmp/libomptarget/src/device.h
    M openmp/libomptarget/src/rtl.cpp
    M openmp/libomptarget/src/rtl.h

  Log Message:
  -----------
  [OpenMP][Offloading] Add support for event related interfaces

This patch adds the support form event related interfaces, which will be used
later to fix data race. See D104418 for more details.

Reviewed By: jdoerfert, ye-luo

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




More information about the All-commits mailing list