[all-commits] [llvm/llvm-project] 03ff64: [OpenMP] Put old APIs back and added new _async se...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Thu Apr 9 19:41:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 03ff643d2e9ebbf319d71b3a17d2ed0320a6a25b
https://github.com/llvm/llvm-project/commit/03ff643d2e9ebbf319d71b3a17d2ed0320a6a25b
Author: Shilei Tian <tianshilei1992 at gmail.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M openmp/libomptarget/include/omptargetplugin.h
M openmp/libomptarget/plugins/cuda/src/rtl.cpp
M openmp/libomptarget/plugins/exports
M openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp
M openmp/libomptarget/src/device.cpp
M openmp/libomptarget/src/device.h
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/private.h
M openmp/libomptarget/src/rtl.cpp
M openmp/libomptarget/src/rtl.h
Log Message:
-----------
[OpenMP] Put old APIs back and added new _async series for backward compatibility
Summary: According to comments on bi-weekly meeting, this patch put back old APIs and added new `_async` series
Reviewers: jdoerfert
Reviewed By: jdoerfert
Subscribers: yaxunl, guansong, openmp-commits
Tags: #openmp
Differential Revision: https://reviews.llvm.org/D77822
More information about the All-commits
mailing list