aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config/gcn
AgeCommit message (Expand)AuthorFilesLines
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung1-0/+4
2023-05-21libgomp: Honor OpenMP's nteams-var ICV as upper limit on num teams [PR109875]Tobias Burnus1-1/+3
2023-02-02amdgcn, libgomp: Manually allocated stacksAndrew Stubbs2-3/+39
2023-01-16Update copyright years.Jakub Jelinek13-13/+13
2022-12-06OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler1-0/+15
2022-11-21libgomp/gcn: fix/improve struct outputTobias Burnus2-11/+8
2022-11-19libgomp/gcn: Prepare for reverse-offload callback handlingTobias Burnus2-7/+98
2022-11-16gcn: Add __builtin_gcn_kernarg_ptrTobias Burnus1-1/+1
2022-09-08OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler1-6/+21
2022-01-19libgomp, OpenMP: Fix issue for omp_get_device_num on gcn targets.Marcel Vollweiler1-1/+1
2022-01-03Update copyright years.Jakub Jelinek12-12/+12
2021-11-12libgomp: Unbreak gcn offload buildJakub Jelinek2-14/+54
2021-11-12openmp: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek1-10/+14
2021-08-05openmp: Implement omp_get_device_num routineChung-Lin Tang1-0/+11
2021-07-20[gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge1-3/+0
2021-07-19[gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge1-0/+3
2021-05-26openmp: Fix up handling of target constructs in offloaded routines [PR100573]Jakub Jelinek1-0/+65
2021-01-04Update copyright years.Jakub Jelinek11-11/+11
2020-10-22openmp: Change omp_get_initial_device () to match OpenMP 5.1 requirementsJakub Jelinek1-0/+7
2020-09-29libgomp: disable barriers in nested teamsAndrew Stubbs1-5/+10
2020-01-01Update copyright years.Jakub Jelinek11-11/+11
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus2-3/+3
2019-11-13Optimize GCN OpenMP malloc performanceAndrew Stubbs1-4/+16
2019-11-13GCN libgomp portAndrew Stubbs11-0/+1033