aboutsummaryrefslogtreecommitdiff
path: root/libgomp/plugin
AgeCommit message (Expand)AuthorFilesLines
2022-11-25libgomp: Add no-target-region rev offload test + fix plugin-nvptxTobias Burnus1-12/+24
2022-11-21libgomp/gcn: fix/improve struct outputTobias Burnus1-10/+7
2022-11-19libgomp/gcn: Prepare for reverse-offload callback handlingTobias Burnus1-15/+19
2022-11-04Remove support for Intel MIC offloadingThomas Schwinge1-3/+0
2022-10-24libgomp/nvptx: Prepare for reverse-offload callback handling, resolve spuriou...Thomas Schwinge1-0/+2
2022-10-24libgomp/nvptx: Prepare for reverse-offload callback handlingTobias Burnus2-10/+98
2022-09-09nvptx: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus1-1/+18
2022-09-09GCN: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus1-1/+25
2022-09-09libgomp: Prepare for reverse offload fn lookupTobias Burnus2-4/+10
2022-09-08OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler2-22/+26
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