| Commit message (Expand) | Author | Age | Files | Lines |
* | [LIBOMPTARGET] Do not increment/decrement the refcount for "declare target" o... | George Rokos | 2020-01-14 | 4 | -43/+95 |
* | [nfc][libomptarget] Refactor nvptx/target_impl.cu | Jon Chesterfield | 2020-01-14 | 1 | -8/+3 |
* | [nfc][libomptarget] Refactor amdgcn target_impl | Jon Chesterfield | 2020-01-14 | 3 | -60/+57 |
* | [LIBOMPTARGET]Ignore empty target descriptors. | Alexey Bataev | 2020-01-10 | 2 | -0/+21 |
* | [OpenMP] NFC: Fix trivial typos in comments | Kazuaki Ishizaki | 2020-01-07 | 9 | -17/+17 |
* | [libomptarget][nfc] Change unintentional target_impl prefix to kmpc_impl | Jon Chesterfield | 2019-12-30 | 3 | -7/+7 |
* | [libomptarget][nfc] Provide target_impl malloc/free | Jon Chesterfield | 2019-12-19 | 5 | -3/+13 |
* | [libomptarget][nvptx] Fix build, second symbol reordering | JonChesterfield | 2019-12-19 | 2 | -11/+11 |
* | [libomptarget][nvptx] Fix build, symbol ordering in target_impl.h | Jon Chesterfield | 2019-12-19 | 2 | -11/+11 |
* | [libomptarget][amdgcn] Correct return type of extern __clock64 to unsigned | JonChesterfield | 2019-12-19 | 1 | -1/+1 |
* | [libomptarget][nfc] Introduce atomic wrapper function | Jon Chesterfield | 2019-12-18 | 8 | -25/+71 |
* | [libomptarget][nfc] Extract function from data_sharing, move to common | JonChesterfield | 2019-12-18 | 5 | -17/+21 |
* | [LIBOPENMP][NVPTX]Fix the build error in the runtime. | Alexey Bataev | 2019-12-17 | 1 | -1/+1 |
* | [libomptarget][nfc] Move three files under common, build them for amdgcn | JonChesterfield | 2019-12-17 | 5 | -10/+9 |
* | [libomptarget][nfc] Move omp locks under target_impl | JonChesterfield | 2019-12-17 | 8 | -31/+77 |
* | [libomptarget][nfc] Move timer functions behind target_impl | Jon Chesterfield | 2019-12-17 | 3 | -8/+23 |
* | [libomptarget][nfc] Wrap cuda min() in target_impl | Jon Chesterfield | 2019-12-17 | 5 | -5/+14 |
* | Revert "Revert "[libomptarget] Move resource id functions into target specifi... | JonChesterfield | 2019-12-16 | 4 | -13/+15 |
* | Revert "[libomptarget] Move resource id functions into target specific code, ... | Alexey Bataev | 2019-12-13 | 4 | -15/+13 |
* | [libomptarget] Build most of common/src for amdgcn | Jon Chesterfield | 2019-12-13 | 1 | -1/+7 |
* | [libomptarget][nfc] Add nop syncwarp function for amdgcn | Jon Chesterfield | 2019-12-13 | 1 | -0/+4 |
* | [libomptarget][nfc] Add declarations of atomic functions for amdgcn | Jon Chesterfield | 2019-12-12 | 3 | -0/+42 |
* | [libomptarget] Move resource id functions into target specific code, implemen... | Jon Chesterfield | 2019-12-12 | 4 | -13/+15 |
* | [libomptarget][nfc] Add missing header for amdgcn/target_impl | Jon Chesterfield | 2019-12-12 | 1 | -1/+3 |
* | [libomptarget][nfc] Move cuda threadfence functions behind kmpc_impl | JonChesterfield | 2019-12-06 | 7 | -13/+21 |
* | [libomptarget][nfc] Move three more files to common | Jon Chesterfield | 2019-12-06 | 4 | -6/+6 |
* | [libomptarget][nfc] Introduce SHARED, ALIGN macros | Jon Chesterfield | 2019-12-05 | 7 | -40/+44 |
* | [libomptarget][nfc] Move omptarget-nvptx under common | Jon Chesterfield | 2019-12-05 | 13 | -17/+17 |
* | [libomptarget] Build a minimal deviceRTL for amdgcn | JonChesterfield | 2019-12-04 | 9 | -20/+162 |
* | Revert "[libomptarget] Build a minimal deviceRTL for amdgcn" | Alexey Bataev | 2019-12-03 | 5 | -183/+14 |
* | [libomptarget] Build a minimal deviceRTL for amdgcn | Jon Chesterfield | 2019-12-03 | 5 | -14/+183 |
* | [OpenMP] build offload plugins before testing them | Bryan Chan | 2019-11-28 | 3 | -1/+8 |
* | [nfc][libomptarget] Remove casts of string literals to char* | JonChesterfield | 2019-11-19 | 2 | -5/+4 |
* | [nfc][libomptarget] Write amdgcn macros in terms of compiler intrinsics | JonChesterfield | 2019-11-19 | 1 | -3/+3 |
* | [libomptarget][nfc] Move some source into common from nvptx | Jon Chesterfield | 2019-11-18 | 10 | -11/+18 |
* | [libomptarget][nfc] Use cuda variable wrappers from support.h | JonChesterfield | 2019-11-14 | 4 | -22/+16 |
* | [libomptarget] Move supporti.h to support.cu | JonChesterfield | 2019-11-13 | 5 | -68/+87 |
* | [libomptarget] Revert all improvements to support | Jon Chesterfield | 2019-11-06 | 9 | -102/+58 |
* | Test commit: adds a . to comment. NFC | Ron Lieberman | 2019-11-04 | 1 | -1/+1 |
* | [libomptarget] Implement target_impl for amdgcn | JonChesterfield | 2019-11-01 | 3 | -0/+151 |
* | [LIBOMPTARGET]Call GetLaneId function, do not use its address in debug | Alexey Bataev | 2019-11-01 | 1 | -2/+2 |
* | [nfc][omptarget] Use builtin var abstraction. Second pass at D69476 | JonChesterfield | 2019-11-01 | 4 | -22/+18 |
* | [nfc][libomptarget] Reorganise support header | JonChesterfield | 2019-10-31 | 6 | -35/+58 |
* | [libomptarget] Change nvcc compilation to use a unity build | Jon Chesterfield | 2019-10-31 | 2 | -1/+26 |
* | [nfc][libomptarget] Move named_sync() into target_impl | Jon Chesterfield | 2019-10-30 | 6 | -20/+11 |
* | [nfc][libomptarget] Move smid() into target_impl | Jon Chesterfield | 2019-10-30 | 2 | -8/+8 |
* | [libomptarget] Always call malloc, free via SafeMalloc, SafeFree wrapper | Jon Chesterfield | 2019-10-30 | 1 | -5/+6 |
* | [LIBOMPTARGET]Fix build, NFC. | Alexey Bataev | 2019-10-28 | 1 | -1/+1 |
* | [nfc][libomptarget] Decrease coupling between files | Jon Chesterfield | 2019-10-27 | 7 | -16/+33 |
* | [nfc][libomptarget] Inline option into target_impl | Jon Chesterfield | 2019-10-27 | 5 | -66/+38 |