summaryrefslogtreecommitdiffstats
path: root/openmp/libomptarget
Commit message (Expand)AuthorAgeFilesLines
* [LIBOMPTARGET] Do not increment/decrement the refcount for "declare target" o...George Rokos2020-01-144-43/+95
* [nfc][libomptarget] Refactor nvptx/target_impl.cuJon Chesterfield2020-01-141-8/+3
* [nfc][libomptarget] Refactor amdgcn target_implJon Chesterfield2020-01-143-60/+57
* [LIBOMPTARGET]Ignore empty target descriptors.Alexey Bataev2020-01-102-0/+21
* [OpenMP] NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-079-17/+17
* [libomptarget][nfc] Change unintentional target_impl prefix to kmpc_implJon Chesterfield2019-12-303-7/+7
* [libomptarget][nfc] Provide target_impl malloc/freeJon Chesterfield2019-12-195-3/+13
* [libomptarget][nvptx] Fix build, second symbol reorderingJonChesterfield2019-12-192-11/+11
* [libomptarget][nvptx] Fix build, symbol ordering in target_impl.hJon Chesterfield2019-12-192-11/+11
* [libomptarget][amdgcn] Correct return type of extern __clock64 to unsignedJonChesterfield2019-12-191-1/+1
* [libomptarget][nfc] Introduce atomic wrapper functionJon Chesterfield2019-12-188-25/+71
* [libomptarget][nfc] Extract function from data_sharing, move to commonJonChesterfield2019-12-185-17/+21
* [LIBOPENMP][NVPTX]Fix the build error in the runtime.Alexey Bataev2019-12-171-1/+1
* [libomptarget][nfc] Move three files under common, build them for amdgcnJonChesterfield2019-12-175-10/+9
* [libomptarget][nfc] Move omp locks under target_implJonChesterfield2019-12-178-31/+77
* [libomptarget][nfc] Move timer functions behind target_implJon Chesterfield2019-12-173-8/+23
* [libomptarget][nfc] Wrap cuda min() in target_implJon Chesterfield2019-12-175-5/+14
* Revert "Revert "[libomptarget] Move resource id functions into target specifi...JonChesterfield2019-12-164-13/+15
* Revert "[libomptarget] Move resource id functions into target specific code, ...Alexey Bataev2019-12-134-15/+13
* [libomptarget] Build most of common/src for amdgcnJon Chesterfield2019-12-131-1/+7
* [libomptarget][nfc] Add nop syncwarp function for amdgcnJon Chesterfield2019-12-131-0/+4
* [libomptarget][nfc] Add declarations of atomic functions for amdgcnJon Chesterfield2019-12-123-0/+42
* [libomptarget] Move resource id functions into target specific code, implemen...Jon Chesterfield2019-12-124-13/+15
* [libomptarget][nfc] Add missing header for amdgcn/target_implJon Chesterfield2019-12-121-1/+3
* [libomptarget][nfc] Move cuda threadfence functions behind kmpc_implJonChesterfield2019-12-067-13/+21
* [libomptarget][nfc] Move three more files to commonJon Chesterfield2019-12-064-6/+6
* [libomptarget][nfc] Introduce SHARED, ALIGN macrosJon Chesterfield2019-12-057-40/+44
* [libomptarget][nfc] Move omptarget-nvptx under commonJon Chesterfield2019-12-0513-17/+17
* [libomptarget] Build a minimal deviceRTL for amdgcnJonChesterfield2019-12-049-20/+162
* Revert "[libomptarget] Build a minimal deviceRTL for amdgcn"Alexey Bataev2019-12-035-183/+14
* [libomptarget] Build a minimal deviceRTL for amdgcnJon Chesterfield2019-12-035-14/+183
* [OpenMP] build offload plugins before testing themBryan Chan2019-11-283-1/+8
* [nfc][libomptarget] Remove casts of string literals to char*JonChesterfield2019-11-192-5/+4
* [nfc][libomptarget] Write amdgcn macros in terms of compiler intrinsicsJonChesterfield2019-11-191-3/+3
* [libomptarget][nfc] Move some source into common from nvptxJon Chesterfield2019-11-1810-11/+18
* [libomptarget][nfc] Use cuda variable wrappers from support.hJonChesterfield2019-11-144-22/+16
* [libomptarget] Move supporti.h to support.cuJonChesterfield2019-11-135-68/+87
* [libomptarget] Revert all improvements to supportJon Chesterfield2019-11-069-102/+58
* Test commit: adds a . to comment. NFCRon Lieberman2019-11-041-1/+1
* [libomptarget] Implement target_impl for amdgcnJonChesterfield2019-11-013-0/+151
* [LIBOMPTARGET]Call GetLaneId function, do not use its address in debugAlexey Bataev2019-11-011-2/+2
* [nfc][omptarget] Use builtin var abstraction. Second pass at D69476JonChesterfield2019-11-014-22/+18
* [nfc][libomptarget] Reorganise support headerJonChesterfield2019-10-316-35/+58
* [libomptarget] Change nvcc compilation to use a unity buildJon Chesterfield2019-10-312-1/+26
* [nfc][libomptarget] Move named_sync() into target_implJon Chesterfield2019-10-306-20/+11
* [nfc][libomptarget] Move smid() into target_implJon Chesterfield2019-10-302-8/+8
* [libomptarget] Always call malloc, free via SafeMalloc, SafeFree wrapperJon Chesterfield2019-10-301-5/+6
* [LIBOMPTARGET]Fix build, NFC.Alexey Bataev2019-10-281-1/+1
* [nfc][libomptarget] Decrease coupling between filesJon Chesterfield2019-10-277-16/+33
* [nfc][libomptarget] Inline option into target_implJon Chesterfield2019-10-275-66/+38