summaryrefslogtreecommitdiff
path: root/libgomp/plugin
AgeCommit message (Expand)Author
2023-02-02amdgcn, libgomp: Manually allocated stacksAndrew Stubbs
2023-01-16Update copyright years.Jakub Jelinek
2022-12-10libgomp: Handle OpenMP's reverse offloadsTobias Burnus
2022-12-06OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler
2022-11-25libgomp: Add no-target-region rev offload test + fix plugin-nvptxTobias Burnus
2022-11-21libgomp/gcn: fix/improve struct outputTobias Burnus
2022-11-19libgomp/gcn: Prepare for reverse-offload callback handlingTobias Burnus
2022-11-04Remove support for Intel MIC offloadingThomas Schwinge
2022-10-24libgomp/nvptx: Prepare for reverse-offload callback handling, resolve spuriou...Thomas Schwinge
2022-10-24libgomp/nvptx: Prepare for reverse-offload callback handlingTobias Burnus
2022-09-09nvptx: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus
2022-09-09GCN: libgomp+mkoffload.cc: Prepare for reverse offload fn lookupTobias Burnus
2022-09-09libgomp: Prepare for reverse offload fn lookupTobias Burnus
2022-09-08OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler
2022-07-04OpenMP: Move omp requires checks to libgompTobias Burnus
2022-06-10libgomp nvptx plugin: Remove '--with-cuda-driver=[...]' etc. configuration op...Thomas Schwinge
2022-05-24amdgcn: Add gfx90a supportAndrew Stubbs
2022-05-13libgomp nvptx plugin: Only consider '--with-cuda-driver=[...]' when applicableThomas Schwinge
2022-05-12Refactor '-ldl' handling for libgomp proper and pluginsThomas Schwinge
2022-05-12libgomp nvptx plugin: Split 'PLUGIN_NVPTX_DYNAMIC' into 'PLUGIN_NVPTX_INCLUDE...Thomas Schwinge
2022-05-12libgomp plugins: Don't 'AC_SUBST' and 'AC_DEFINE_UNQUOTED' for 'PLUGIN_GCN', ...Thomas Schwinge
2022-05-11libgomp: Remove unused '--with-hsa-runtime', '--with-hsa-runtime-include', '-...Thomas Schwinge
2022-05-11libgomp GCN plugin: Clean up always-empty 'PLUGIN_GCN_CPPFLAGS', 'PLUGIN_GCN_...Thomas Schwinge
2022-05-11libgomp GCN plugin: Clean up unused references to system-provided HSA Runtime...Thomas Schwinge
2022-05-04libgomp/plugin/plugin-gcn.c: Use -foffload-options= in err msgTobias Burnus
2022-04-06Move 'libgomp/plugin/cuda/cuda.h' to 'include/cuda/cuda.h'Thomas Schwinge
2022-03-28[libgomp, testsuite] Fix hardcoded libexec in plugin/configfrag.acTom de Vries
2022-01-16amdgcn: Tune default OpenMP/OpenACC GPU utilizationKwok Cheung Yeung
2022-01-04libgomp: Fix GOMP_DEVICE_NUM_VAR stringification during offload image loadChung-Lin Tang
2022-01-03Update copyright years.Jakub Jelinek
2021-12-10amdgcn: Change offload variable table discoveryAndrew Stubbs
2021-08-09amdgcn: Enable OpenACC worker partitioning for AMD GCNJulian Brown
2021-08-05openmp: Implement omp_get_device_num routineChung-Lin Tang
2021-07-27Fix OpenACC "ephemeral" asynchronous host-to-device copiesJulian Brown
2021-06-08[GCN] Fix run-time variable 'num_workers'Thomas Schwinge
2021-03-25libgomp HSA/GCN plugins: don't prepend the 'HSA_RUNTIME_LIB' path to 'libhsa-...Thomas Schwinge
2021-03-04libgomp: Use sizeof(void*) based checks instead of looking through $CC $CFLAG...Jakub Jelinek
2021-02-03amdgcn: Add gfx908 supportAndrew Stubbs
2021-01-14[nvptx libgomp plugin] Build only in supported configurationsThomas Schwinge
2021-01-05nvptx: Cache stacks block for OpenMP kernel launchJulian Brown
2021-01-04Update copyright years.Jakub Jelinek
2020-12-09Import HSA header files from AMDAndrew Stubbs
2020-11-24Tweak plugin-gcn.c definesAndrew Stubbs
2020-10-08[libgomp, nvptx] Report launch dimensions in GOMP_OFFLOAD_runTom de Vries
2020-09-22[libgomp, nvptx] Print error log for link errorTom de Vries
2020-08-20libgomp: adjust nvptx_free callback context checkingChung-Lin Tang
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor
2020-06-17amdgcn: Switch to HSACO v3 binary formatAndrew Stubbs
2020-04-23amdgcn: Check HSA return codes [PR94629]Andrew Stubbs
2020-02-13openmp: ignore nowait if async execution is unsupported [PR93481]Frederik Harwath