Age | Commit message (Expand) | Author | Files | Lines |
2021-09-13 | Merged current trunk to branch. | Thomas Koenig | 138 | -331/+3860 |
2020-11-25 | Fix templatized C++ OpenACC 'cache' directive ICEs | Thomas Schwinge | 1 | -1/+11 |
2020-11-24 | [testsuite] Avoid Tcl 8.5-specific behavior | Thomas Schwinge | 1 | -0/+8 |
2020-11-13 | Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons... | Gergö Barany | 4 | -0/+58 |
2020-11-02 | Simplify and enhance 'libgomp.oacc-c-c++-common/pr85486*.c' [PR85486] | Thomas Schwinge | 3 | -97/+20 |
2020-10-06 | [openacc] Fix acc declare for VLAs | Tom de Vries | 1 | -5/+0 |
2020-09-08 | openacc: Fix atomic_capture-2.c iteration-ordering issues | Julian Brown | 1 | -49/+43 |
2020-07-27 | openacc: Deep copy attach/detach should not affect reference counts | Julian Brown | 3 | -0/+269 |
2020-07-23 | openacc: Remove unnecessary detach finalization | Julian Brown | 1 | -0/+28 |
2020-07-14 | libgomp: Fix hang when profiling OpenACC programs with CUDA 9.0 nvprof | Kwok Cheung Yeung | 1 | -0/+80 |
2020-07-10 | openacc: Adjust dynamic reference count semantics | Julian Brown | 5 | -11/+96 |
2020-07-09 | openacc: Set bias to zero for explicit attach/detach clauses in C and C++ | Julian Brown | 2 | -0/+94 |
2020-07-03 | [OpenACC] Revert always-copyfrom behavior for 'GOMP_MAP_FORCE_FROM' in 'libgo... | Thomas Schwinge | 1 | -1/+9 |
2020-06-30 | [testsuite] Replace fragile 'scan-assembler' with 'scan-offload-rtl' in 'libg... | Thomas Schwinge | 5 | -10/+10 |
2020-06-05 | Add 'libgomp.oacc-c-c++-common/struct-copyout-{1,2}.c' | Julian Brown | 2 | -0/+82 |
2020-06-04 | [OpenACC 'exit data'] Evaluate 'copyfrom' individually for 'GOMP_MAP_STRUCT' ... | Thomas Schwinge | 1 | -26/+67 |
2020-06-04 | [OpenACC 'exit data'] Evaluate 'finalize' individually for 'GOMP_MAP_STRUCT' ... | Thomas Schwinge | 2 | -47/+146 |
2020-06-04 | Fix 'sizeof' usage in 'libgomp.oacc-c-c++-common/deep-copy-{7,8}.c' | Thomas Schwinge | 2 | -4/+4 |
2020-06-04 | [OpenACC] Repair/restore 'is_tgt_unmapped' checking | Thomas Schwinge | 1 | -0/+47 |
2020-06-04 | Extend 'libgomp.oacc-c-c++-common/pr92854-1.c' some more [PR92854] | Thomas Schwinge | 1 | -17/+47 |
2020-04-29 | [gcn] Use 'radeon' for the environment variable 'ACC_DEVICE_TYPE' | Thomas Schwinge | 8 | -9/+9 |
2020-04-13 | Rename 'libgomp.oacc-c-c++-common/static-dynamic-lifetimes-*' to 'libgomp.oac... | Thomas Schwinge | 20 | -23/+27 |
2020-04-10 | Test cases for mixed structured/dynamic data lifetimes with OpenACC [PR92843] | Julian Brown | 16 | -0/+784 |
2020-04-03 | Revert "[nvptx, libgomp] Update pr85381-{2,4}.c test-cases" [PR89713, PR94392] | Thomas Schwinge | 2 | -2/+23 |
2020-03-18 | libgomp testsuite - disable long double for AMDGCN | Tobias Burnus | 1 | -0/+9 |
2020-01-29 | Adjust formatting of acc_get_property tests | Frederik Harwath | 5 | -49/+60 |
2020-01-29 | Add OpenACC acc_get_property support for AMD GCN | Frederik Harwath | 3 | -35/+181 |
2020-01-24 | Fix expectation and types in acc_get_property tests | Frederik Harwath | 4 | -25/+25 |
2020-01-20 | Update OpenACC tests for amdgcn | Andrew Stubbs | 18 | -45/+150 |
2020-01-17 | Rename acc_device_gcn to acc_device_radeon | Andrew Stubbs | 4 | -10/+10 |
2020-01-10 | OpenACC – support "if" + "if_present" clauses with "host_data" | Tobias Burnus | 1 | -0/+66 |
2019-12-22 | Add OpenACC 2.6 `acc_get_property' support | Maciej W. Rozycki | 4 | -0/+243 |
2019-12-20 | OpenACC 2.6 deep copy: C and C++ execution tests | Julian Brown | 10 | -0/+539 |
2019-12-20 | OpenACC 2.6 deep copy: attach/detach API routines | Julian Brown | 2 | -0/+115 |
2019-12-20 | OpenACC reference count overhaul | Julian Brown | 2 | -0/+18 |
2019-12-19 | Add OpenACC 2.6's no_create | Julian Brown | 5 | -0/+235 |
2019-12-18 | [PR92726, PR92970, PR92984] [OpenACC] Clarify 'acc_delete' etc. for 'NULL'-in... | Thomas Schwinge | 8 | -175/+159 |
2019-12-18 | [PR92848] [OpenACC] Use 'GOMP_MAP_VARS_ENTER_DATA' for dynamic data lifetimes | Thomas Schwinge | 6 | -46/+342 |
2019-12-13 | Update OpenACC tests for amdgcn | Andrew Stubbs | 7 | -2/+27 |
2019-12-11 | [PR92843] [OpenACC] Fix dynamic reference counting for structured 'REFCOUNT_I... | Thomas Schwinge | 4 | -3/+208 |
2019-12-11 | [PR92854] Add 'libgomp.oacc-c-c++-common/acc_map_data-device_already-*.c', 'l... | Thomas Schwinge | 6 | -0/+194 |
2019-12-11 | libgomp – spelling fixes, incl. omp_lib.h.in | Tobias Burnus | 1 | -1/+1 |
2019-12-09 | [PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo... | Thomas Schwinge | 3 | -6/+21 |
2019-12-09 | [PR92503] [OpenACC] Don't silently 'acc_unmap_data' in 'acc_free' | Thomas Schwinge | 16 | -21/+209 |
2019-12-09 | [PR92840] [OpenACC] Refuse 'acc_unmap_data' unless mapped by 'acc_map_data' | Thomas Schwinge | 5 | -16/+97 |
2019-12-09 | [PR92511] More testing for OpenACC "present" subarrays | Thomas Schwinge | 9 | -126/+650 |
2019-12-09 | Add 'libgomp.oacc-c-c++-common/map-data-1.c' | Thomas Schwinge | 1 | -0/+53 |
2019-12-09 | [PR92854] Add 'libgomp.oacc-c-c++-common/pr92854-1.c' | Thomas Schwinge | 1 | -0/+31 |
2019-12-09 | Add 'libgomp.oacc-c-c++-common/host_data-6.c' | Thomas Schwinge | 1 | -0/+47 |
2019-12-06 | [OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) arguments | Tobias Burnus | 2 | -100/+0 |