summaryrefslogtreecommitdiff
path: root/libgomp/oacc-init.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* OpenMP: Move omp requires checks to libgompTobias Burnus2022-07-041-8/+8
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libgomp: Fix hang when profiling OpenACC programs with CUDA 9.0 nvprofKwok Cheung Yeung2020-07-141-0/+38
* [gcn] Use 'radeon' for the environment variable 'ACC_DEVICE_TYPE'Thomas Schwinge2020-04-291-1/+3
* Add acc_device_radeon to name_of_acc_device_t functionFrederik Harwath2020-01-291-0/+1
* OpenACC 'acc_get_property' cleanupThomas Schwinge2020-01-101-5/+5
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* re PR libgomp/93065 (libgomp: destructor missing to delete goacc_cleanup_key)Ayush Mittal2019-12-311-0/+9
* Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki2019-12-221-1/+62
* OpenACC reference count overhaulJulian Brown2019-12-201-1/+9
* Validate acc_device_t usesFrederik Harwath2019-12-031-8/+39
* OpenACC Profiling Interface (incomplete)Thomas Schwinge2019-05-171-8/+116
* 2019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang2019-05-131-3/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* oacc-init.c (goacc_new_thread): Use sizeof of the appropriate size when alloc...Aldy Hernandez2016-10-271-1/+1
* target.c (gomp_device_copy): New function.Chung-Lin Tang2016-05-261-2/+5
* oacc-init.c (acc_init): Remove !cached_base_dev condition on call to gomp_ini...Chung-Lin Tang2016-05-171-9/+5
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* libgomp.h (gomp_device_state): New enum.Ilya Verbin2015-12-141-5/+6
* libgomp: Additional acc_shutdown bug fixing and testingThomas Schwinge2015-10-261-0/+2
* nvptx offloading linkingThomas Schwinge2015-10-021-1/+5
* builtins.c (expand_builtin_acc_on_device): Delete.Nathan Sidwell2015-09-291-2/+4
* re PR libgomp/67141 (wrong libgomp mutex initialisation order)Chung-Lin Tang2015-09-221-0/+3
* [PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge2015-08-101-14/+2
* target.c (gomp_offload_image_to_device): Rename to ...Nathan Sidwell2015-07-211-1/+12
* oacc-init.c (resolve_device): Add FAIL_IS_ERROR argument.Julian Brown2015-05-281-25/+58
* re PR libgomp/65742 (Several libgomp.oacc-* failures after r221922.)Julian Brown2015-05-281-3/+11
* oacc-init.c (acc_device_lock): Add explanatory comment.Julian Brown2015-05-061-2/+28
* oacc-init.c (acc_shutdown_1): Call gomp_mutex_unlock for goacc_thread_lock on...Julian Brown2015-05-061-2/+8
* mkoffload.c (process): Support variable mapping.Julian Brown2015-04-081-219/+205
* libgomp: rework initialization of offloadingIlya Verbin2015-04-061-10/+3
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-0/+636