summaryrefslogtreecommitdiffstats
path: root/openmp/libomptarget/test/offloading/offloading_success.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OpenMP] libomptarget: test correction for use with OpenMP 4.5George Rokos2017-04-271-1/+1
| | | | | | | | Differential Revision: https://reviews.llvm.org/D32562 Thanks to Sergey Dmitriev for submitting the patch. llvm-svn: 301577
* Add AArch64 support.Paul Osmialowski2017-03-061-0/+1
| | | | | | | | This adds AArch64 support to recently added part of the runtime responsible for offloading to target. This piece of code allows offloading-to-self on AArch64 machines. Differential Revision: https://reviews.llvm.org/D30644 llvm-svn: 297070
* [OpenMP] Initial implementation of OpenMP offloading library - libomptarget.George Rokos2017-01-251-0/+22
This is the patch upstreaming the device-agnostic part of libomptarget. Differential Revision: https://reviews.llvm.org/D14031 llvm-svn: 293094
OpenPOWER on IntegriCloud