aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2020-03-26Really fix og9 "Fix hang when running oacc exec with CUDA 9.0 nvprof"devel/omp/gcc-9Thomas Schwinge2-4/+13
2020-03-25Fix og9 "Fix hang when running oacc exec with CUDA 9.0 nvprof"Thomas Schwinge2-5/+10
2020-03-05Merge remote-tracking branch 'origin/releases/gcc-9' into devel/omp/gcc-9Tobias Burnus11-6/+265
2020-03-05Merge commit 'a0c06cc27d2146b7d86758ffa236516c6143d62c' into devel/omp/gcc-9Tobias Burnus10-32/+328
2020-03-03[og9] Fix libgomp.oacc-fortran/lib-16.f90 testKwok Cheung Yeung2-0/+9
2020-03-03[og9] Re-do OpenACC private variable resolutionJulian Brown3-5/+14
2020-03-03[og9] Fix libgomp serial-dims.c test for AMD GCNJulian Brown2-0/+11
2020-03-03Fix OpenMP's use_device_ptr with Fortran array descriptorsTobias Burnus2-0/+612
2020-03-03[og9] Handle references in OpenACC "private" clausesJulian Brown4-0/+205
2020-03-03[og9] Add 'ephemeral' parameter to GOMP_OFFLOAD_openacc_async_host2devJulian Brown2-1/+17
2020-03-03libgomp - fix dg-warning line numbersTobias Burnus3-5/+11
2020-03-03Use PRId64 if availableTobias Burnus2-1/+15
2020-03-03[og9] Fix OpenACC "ephemeral" asynchronous host-to-device copiesJulian Brown10-87/+133
2020-03-03[og9] OpenACC profiling-interface fixes for asynchronous operationsJulian Brown6-88/+197
2020-03-03[og9] Fix uninitialised read in gomp_map_vars_internalJulian Brown2-2/+6
2020-03-03[og9] A couple of GCN-specific test fixesJulian Brown5-5/+25
2020-03-03libgomp plugin-gcn - init stringTobias Burnus2-3/+8
2020-03-03[og9] Clean up dead/write-only fields in GCN libgomp pluginJulian Brown2-67/+30
2020-03-03[og9] Improve async serialize implementation for AMD GCN libgomp pluginJulian Brown4-25/+198
2020-03-03[og9] Fix src_copy mismerge in GOMP_OFFLOAD_openacc_async_host2devJulian Brown2-1/+6
2020-03-03Fix memory leak in libgomp when using OpenMPKwok Cheung Yeung2-0/+5
2020-03-03Detect number of GPU compute units.Andrew Stubbs2-3/+36
2020-03-03Fix relocations with multiple devices.Andrew Stubbs2-18/+13
2020-03-03Move offload data into GPU memory.Andrew Stubbs2-50/+96
2020-03-03[og9] OpenACC profiling support for AMD GCNJulian Brown5-0/+123
2020-03-03[og9] Add omp_pause_resource{,_all} for AMD GCNJulian Brown2-0/+23
2020-03-03[og9] Enable worker partitioning for AMD GCNJulian Brown2-3/+6
2020-03-03[og9] Fix libgomp.oacc-fortran/lib-13.f90 async bugJulian Brown2-2/+6
2020-03-03[og9] Wait on queue-full condition in AMD GCN libgomp offloading pluginJulian Brown2-2/+14
2020-03-03[og9] Use temporary buffers for async host2dev copiesJulian Brown3-38/+52
2020-03-03[og9] Use a single worker for OpenACC on AMD GCNJulian Brown2-1/+8
2020-03-03[og9] Fix configury for AMD GCN testingJulian Brown7-8/+23
2020-03-03[og9] Add missing exec_params libgomp plugin entry pointsJulian Brown2-0/+22
2020-03-03[og9] Update parallel-dims.c and serial-dims.c warning line numbering.Julian Brown3-5/+11
2020-03-03[og9] NVPTX GOMP_OFFLOAD_openacc_async_construct arg fix and gomp_print_* sup...Julian Brown3-1/+28
2020-03-03[og9] Make OpenACC function-parameter explosion optionalJulian Brown4-57/+48
2020-03-03[og9] AMD GCN offloading supportJulian Brown104-211/+6508
2020-03-03Add changes to profiling interface from OG8 branchKwok Cheung Yeung16-41/+137
2020-03-03OpenACC Profiling Interface (incomplete)Thomas Schwinge23-71/+4401
2020-03-03Commit of https://gcc.gnu.org/ml/gcc-patches/2019-07/msg00336.htmlChung-Lin Tang2-2/+2
2020-03-03Allow the accelerator to have more offloaded functions than the hostCesar Philippidis2-1/+6
2020-03-03Support Fortran 2003 class pointers in OpenACCJulian Brown8-1/+322
2020-03-03Merge tag 'releases/gcc-9.1.0'Kwok Cheung Yeung1-0/+4
2020-03-03Apply gangprivate attribute to innermost declJulian Brown2-0/+27
2020-03-03Link libquadmath in Fortran libgomp testsAndrew Jenner3-2/+9
2020-03-03Fix missing gstdint.h errorKwok Cheung Yeung2-1/+5
2020-03-03Fix warning syntax and typos in two libgomp testsJulian Brown3-10/+15
2020-03-03Add kernels for-index reuse testcase.Julian Brown2-0/+41
2020-03-03Initialise KEY and OFFSET fields when if_present test fails.Julian Brown2-2/+11
2020-03-03Update OpenACC version to 2.6Julian Brown6-71/+84