aboutsummaryrefslogtreecommitdiff
path: root/libgomp/plugin/plugin-hsa.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-1871/+0
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge1-26/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki1-0/+26
2019-10-01configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).Jakub Jelinek1-1/+1
2019-09-13libgomp plugin - init stringTobias Burnus1-3/+3
2019-05-24re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant)Jakub Jelinek1-8/+19
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-31Remove semicolon after do {} while (false) in HSA_LOGTom de Vries1-3/+3
2017-07-03Fix secure_getenv.h include in plugin-hsa.cTom de Vries1-1/+1
2017-06-27Use secure_getenv for GOMP_DEBUGTom de Vries1-26/+1
2017-05-19libgomp hsa plugin: debug output for HSA runtime library loading failureThomas Schwinge1-2/+6
2017-01-31libgomp: Provide prototypes for functions implemented by libgomp pluginsThomas Schwinge1-2/+2
2017-01-24Brig front-endPekka Jääskeläinen1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-23Remove build dependence on HSA run-timeMartin Liska1-117/+388
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang1-76/+176
2016-03-24Properly assign to packet header (PR hsa/70394)Martin Liska1-2/+11
2016-03-23Copy shadow argument conditionally (PR hsa/70337)Martin Liska1-2/+10
2016-01-19Merge of HSAMartin Jambor1-0/+1493