[all-commits] [llvm/llvm-project] 73a6cd: [OpenMP][libomptarget] Add minor fixes to NextGen ...
Kevin Sala Penadés via All-commits
all-commits at lists.llvm.org
Sat Dec 3 13:12:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73a6cd23a478c8d71041b25a807499d95249c368
https://github.com/llvm/llvm-project/commit/73a6cd23a478c8d71041b25a807499d95249c368
Author: Kevin Sala <kevin.sala at bsc.es>
Date: 2022-12-03 (Sat, 03 Dec 2022)
Changed paths:
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h
M openmp/libomptarget/plugins-nextgen/cuda/src/rtl.cpp
Log Message:
-----------
[OpenMP][libomptarget] Add minor fixes to NextGen plugins
List of fixes:
- omptarget_device_environment symbol is not mandatory in device images
- Do not synchronize in ~AsyncInfoWrapperTy() if the async info's queue is null
- GenericDeviceResourceRef's create() and destroy() require the device as parameter
Differential Revision: https://reviews.llvm.org/D138619
More information about the All-commits
mailing list