aboutsummaryrefslogtreecommitdiff
path: root/libgomp/oacc-init.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-07-04OpenMP: Move omp requires checks to libgompTobias Burnus1-8/+8
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-07-14libgomp: Fix hang when profiling OpenACC programs with CUDA 9.0 nvprofKwok Cheung Yeung1-0/+38
2020-04-29[gcn] Use 'radeon' for the environment variable 'ACC_DEVICE_TYPE'Thomas Schwinge1-1/+3
2020-01-29Add acc_device_radeon to name_of_acc_device_t functionFrederik Harwath1-0/+1
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge1-5/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-31re PR libgomp/93065 (libgomp: destructor missing to delete goacc_cleanup_key)Ayush Mittal1-0/+9
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki1-1/+62
2019-12-20OpenACC reference count overhaulJulian Brown1-1/+9
2019-12-03Validate acc_device_t usesFrederik Harwath1-8/+39
2019-05-17OpenACC Profiling Interface (incomplete)Thomas Schwinge1-8/+116
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang1-3/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-27oacc-init.c (goacc_new_thread): Use sizeof of the appropriate size when alloc...Aldy Hernandez1-1/+1
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang1-2/+5
2016-05-17oacc-init.c (acc_init): Remove !cached_base_dev condition on call to gomp_ini...Chung-Lin Tang1-9/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-14libgomp.h (gomp_device_state): New enum.Ilya Verbin1-5/+6
2015-10-26libgomp: Additional acc_shutdown bug fixing and testingThomas Schwinge1-0/+2
2015-10-02nvptx offloading linkingThomas Schwinge1-1/+5
2015-09-29builtins.c (expand_builtin_acc_on_device): Delete.Nathan Sidwell1-2/+4
2015-09-22re PR libgomp/67141 (wrong libgomp mutex initialisation order)Chung-Lin Tang1-0/+3
2015-08-10[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge1-14/+2
2015-07-21target.c (gomp_offload_image_to_device): Rename to ...Nathan Sidwell1-1/+12
2015-05-28oacc-init.c (resolve_device): Add FAIL_IS_ERROR argument.Julian Brown1-25/+58
2015-05-28re PR libgomp/65742 (Several libgomp.oacc-* failures after r221922.)Julian Brown1-3/+11
2015-05-06oacc-init.c (acc_device_lock): Add explanatory comment.Julian Brown1-2/+28
2015-05-06oacc-init.c (acc_shutdown_1): Call gomp_mutex_unlock for goacc_thread_lock on...Julian Brown1-2/+8
2015-04-08mkoffload.c (process): Support variable mapping.Julian Brown1-219/+205
2015-04-06libgomp: rework initialization of offloadingIlya Verbin1-10/+3
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+636