aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.oacc-c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merged current trunk to branch.Thomas Koenig138-331/+3860
2020-11-25Fix templatized C++ OpenACC 'cache' directive ICEsThomas Schwinge1-1/+11
2020-11-24[testsuite] Avoid Tcl 8.5-specific behaviorThomas Schwinge1-0/+8
2020-11-13Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons...Gergö Barany4-0/+58
2020-11-02Simplify and enhance 'libgomp.oacc-c-c++-common/pr85486*.c' [PR85486]Thomas Schwinge3-97/+20
2020-10-06[openacc] Fix acc declare for VLAsTom de Vries1-5/+0
2020-09-08openacc: Fix atomic_capture-2.c iteration-ordering issuesJulian Brown1-49/+43
2020-07-27openacc: Deep copy attach/detach should not affect reference countsJulian Brown3-0/+269
2020-07-23openacc: Remove unnecessary detach finalizationJulian Brown1-0/+28
2020-07-14libgomp: Fix hang when profiling OpenACC programs with CUDA 9.0 nvprofKwok Cheung Yeung1-0/+80
2020-07-10openacc: Adjust dynamic reference count semanticsJulian Brown5-11/+96
2020-07-09openacc: Set bias to zero for explicit attach/detach clauses in C and C++Julian Brown2-0/+94
2020-07-03[OpenACC] Revert always-copyfrom behavior for 'GOMP_MAP_FORCE_FROM' in 'libgo...Thomas Schwinge1-1/+9
2020-06-30[testsuite] Replace fragile 'scan-assembler' with 'scan-offload-rtl' in 'libg...Thomas Schwinge5-10/+10
2020-06-05Add 'libgomp.oacc-c-c++-common/struct-copyout-{1,2}.c'Julian Brown2-0/+82
2020-06-04[OpenACC 'exit data'] Evaluate 'copyfrom' individually for 'GOMP_MAP_STRUCT' ...Thomas Schwinge1-26/+67
2020-06-04[OpenACC 'exit data'] Evaluate 'finalize' individually for 'GOMP_MAP_STRUCT' ...Thomas Schwinge2-47/+146
2020-06-04Fix 'sizeof' usage in 'libgomp.oacc-c-c++-common/deep-copy-{7,8}.c'Thomas Schwinge2-4/+4
2020-06-04[OpenACC] Repair/restore 'is_tgt_unmapped' checkingThomas Schwinge1-0/+47
2020-06-04Extend 'libgomp.oacc-c-c++-common/pr92854-1.c' some more [PR92854]Thomas Schwinge1-17/+47
2020-04-29[gcn] Use 'radeon' for the environment variable 'ACC_DEVICE_TYPE'Thomas Schwinge8-9/+9
2020-04-13Rename 'libgomp.oacc-c-c++-common/static-dynamic-lifetimes-*' to 'libgomp.oac...Thomas Schwinge20-23/+27
2020-04-10Test cases for mixed structured/dynamic data lifetimes with OpenACC [PR92843]Julian Brown16-0/+784
2020-04-03Revert "[nvptx, libgomp] Update pr85381-{2,4}.c test-cases" [PR89713, PR94392]Thomas Schwinge2-2/+23
2020-03-18libgomp testsuite - disable long double for AMDGCNTobias Burnus1-0/+9
2020-01-29Adjust formatting of acc_get_property testsFrederik Harwath5-49/+60
2020-01-29Add OpenACC acc_get_property support for AMD GCNFrederik Harwath3-35/+181
2020-01-24Fix expectation and types in acc_get_property testsFrederik Harwath4-25/+25
2020-01-20Update OpenACC tests for amdgcnAndrew Stubbs18-45/+150
2020-01-17Rename acc_device_gcn to acc_device_radeonAndrew Stubbs4-10/+10
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus1-0/+66
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki4-0/+243
2019-12-20OpenACC 2.6 deep copy: C and C++ execution testsJulian Brown10-0/+539
2019-12-20OpenACC 2.6 deep copy: attach/detach API routinesJulian Brown2-0/+115
2019-12-20OpenACC reference count overhaulJulian Brown2-0/+18
2019-12-19Add OpenACC 2.6's no_createJulian Brown5-0/+235
2019-12-18[PR92726, PR92970, PR92984] [OpenACC] Clarify 'acc_delete' etc. for 'NULL'-in...Thomas Schwinge8-175/+159
2019-12-18[PR92848] [OpenACC] Use 'GOMP_MAP_VARS_ENTER_DATA' for dynamic data lifetimesThomas Schwinge6-46/+342
2019-12-13Update OpenACC tests for amdgcnAndrew Stubbs7-2/+27
2019-12-11[PR92843] [OpenACC] Fix dynamic reference counting for structured 'REFCOUNT_I...Thomas Schwinge4-3/+208
2019-12-11[PR92854] Add 'libgomp.oacc-c-c++-common/acc_map_data-device_already-*.c', 'l...Thomas Schwinge6-0/+194
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus1-1/+1
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge3-6/+21
2019-12-09[PR92503] [OpenACC] Don't silently 'acc_unmap_data' in 'acc_free'Thomas Schwinge16-21/+209
2019-12-09[PR92840] [OpenACC] Refuse 'acc_unmap_data' unless mapped by 'acc_map_data'Thomas Schwinge5-16/+97
2019-12-09[PR92511] More testing for OpenACC "present" subarraysThomas Schwinge9-126/+650
2019-12-09Add 'libgomp.oacc-c-c++-common/map-data-1.c'Thomas Schwinge1-0/+53
2019-12-09[PR92854] Add 'libgomp.oacc-c-c++-common/pr92854-1.c'Thomas Schwinge1-0/+31
2019-12-09Add 'libgomp.oacc-c-c++-common/host_data-6.c'Thomas Schwinge1-0/+47
2019-12-06[OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) argumentsTobias Burnus2-100/+0