[all-commits] [llvm/llvm-project] ee1bf4: [OpenMP][NFC] Added DeviceID and Event pointer to ...

Shilei Tian via All-commits all-commits at lists.llvm.org
Wed Jun 17 11:32:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ee1bf45e1d42d7f386d8321c3a8799476344ad91
      https://github.com/llvm/llvm-project/commit/ee1bf45e1d42d7f386d8321c3a8799476344ad91
  Author: Shilei Tian <tianshilei1992 at gmail.com>
  Date:   2020-06-17 (Wed, 17 Jun 2020)

  Changed paths:
    M openmp/libomptarget/include/omptarget.h

  Log Message:
  -----------
  [OpenMP][NFC] Added DeviceID and Event pointer to __tgt_async_info

DeviceID is added for some cases that we only have the __tgt_async_info but do
not know its corresponding device id. However, to communicate with target
plugins, we need that information.

Event is added for another way to synchronize.




More information about the All-commits mailing list