aboutsummaryrefslogtreecommitdiff
path: root/libgomp/plugin
AgeCommit message (Expand)AuthorFilesLines
2022-07-04OpenMP: Move omp requires checks to libgompTobias Burnus2-3/+12
2022-06-10libgomp nvptx plugin: Remove '--with-cuda-driver=[...]' etc. configuration op...Thomas Schwinge2-103/+12
2022-05-24amdgcn: Add gfx90a supportAndrew Stubbs1-1/+8
2022-05-13libgomp nvptx plugin: Only consider '--with-cuda-driver=[...]' when applicableThomas Schwinge1-2/+3
2022-05-12Refactor '-ldl' handling for libgomp proper and pluginsThomas Schwinge2-8/+9
2022-05-12libgomp nvptx plugin: Split 'PLUGIN_NVPTX_DYNAMIC' into 'PLUGIN_NVPTX_INCLUDE...Thomas Schwinge3-5/+18
2022-05-12libgomp plugins: Don't 'AC_SUBST' and 'AC_DEFINE_UNQUOTED' for 'PLUGIN_GCN', ...Thomas Schwinge1-6/+0
2022-05-11libgomp: Remove unused '--with-hsa-runtime', '--with-hsa-runtime-include', '-...Thomas Schwinge1-29/+0
2022-05-11libgomp GCN plugin: Clean up always-empty 'PLUGIN_GCN_CPPFLAGS', 'PLUGIN_GCN_...Thomas Schwinge2-6/+1
2022-05-11libgomp GCN plugin: Clean up unused references to system-provided HSA Runtime...Thomas Schwinge1-10/+0
2022-05-04libgomp/plugin/plugin-gcn.c: Use -foffload-options= in err msgTobias Burnus1-1/+1
2022-04-06Move 'libgomp/plugin/cuda/cuda.h' to 'include/cuda/cuda.h'Thomas Schwinge3-197/+5
2022-03-28[libgomp, testsuite] Fix hardcoded libexec in plugin/configfrag.acTom de Vries1-1/+1
2022-01-16amdgcn: Tune default OpenMP/OpenACC GPU utilizationKwok Cheung Yeung1-15/+67
2022-01-04libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during offload image loadChung-Lin Tang2-3/+3
2022-01-03Update copyright years.Jakub Jelinek5-5/+5
2021-12-10amdgcn: Change offload variable table discoveryAndrew Stubbs1-18/+21
2021-08-09amdgcn: Enable OpenACC worker partitioning for AMD GCNJulian Brown1-2/+1
2021-08-05openmp: Implement omp_get_device_num routineChung-Lin Tang2-5/+58
2021-07-27Fix OpenACC "ephemeral" asynchronous host-to-device copiesJulian Brown1-18/+5
2021-06-08[GCN] Fix run-time variable 'num_workers'Thomas Schwinge1-3/+2
2021-03-25libgomp HSA/GCN plugins: don't prepend the 'HSA_RUNTIME_LIB' path to 'libhsa-...Thomas Schwinge2-8/+1
2021-03-04libgomp: Use sizeof(void*) based checks instead of looking through $CC $CFLAG...Jakub Jelinek1-4/+4
2021-02-03amdgcn: Add gfx908 supportAndrew Stubbs1-0/+7
2021-01-14[nvptx libgomp plugin] Build only in supported configurationsThomas Schwinge2-47/+54
2021-01-05nvptx: Cache stacks block for OpenMP kernel launchJulian Brown1-18/+96
2021-01-04Update copyright years.Jakub Jelinek5-5/+5
2020-12-09Import HSA header files from AMDAndrew Stubbs1-5/+1
2020-11-24Tweak plugin-gcn.c definesAndrew Stubbs1-1/+2
2020-10-08[libgomp, nvptx] Report launch dimensions in GOMP_OFFLOAD_runTom de Vries1-1/+8
2020-09-22[libgomp, nvptx] Print error log for link errorTom de Vries1-0/+1
2020-08-20libgomp: adjust nvptx_free callback context checkingChung-Lin Tang1-7/+15
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor4-2210/+1
2020-06-17amdgcn: Switch to HSACO v3 binary formatAndrew Stubbs1-230/+5
2020-04-23amdgcn: Check HSA return codes [PR94629]Andrew Stubbs1-0/+8
2020-02-13openmp: ignore nowait if async execution is unsupported [PR93481]Frederik Harwath1-6/+1
2020-02-03Remove gfx801 "carrizo" supportAndrew Stubbs1-9/+0
2020-01-31[amdgcn] Scale number of threads/workers with VGPR usageKwok Cheung Yeung1-0/+23
2020-01-30Skip plugin-{gcn,hsa} for (-m)x32 (PR bootstrap/93409)Tobias Burnus1-2/+2
2020-01-29Add OpenACC acc_get_property support for AMD GCNFrederik Harwath1-10/+63
2020-01-23Fix libgomp plugin-gcn bugAndrew Stubbs1-1/+2
2020-01-21Add runtime ISA check for amdgcn offloadingFrederik Harwath1-4/+127
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge3-105/+81
2020-01-01Update copyright years.Jakub Jelinek7-7/+7
2019-12-28re PR bootstrap/93074 (build FAIL with --enable-offload-targets=nvptx-none)Jakub Jelinek1-0/+6
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki4-1/+127
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus1-3/+3
2019-11-20AMD GCN libgomp plugin queue-full condition locking fixJulian Brown1-13/+10
2019-11-20Fix host-to-device copies from rodata for AMD GCNJulian Brown1-4/+34
2019-11-13GCN Libgomp PluginAndrew Stubbs3-0/+4034