Show patches with: Submitter = Tobias Burnus       |    Archived = No       |   26 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
invoke.texi: Add note that -foffload= does not affect device detection invoke.texi: Add note that -foffload= does not affect device detection - - - 1-- 2024-03-01 Tobias Burnus Accepted
[wwwdocs] gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update [wwwdocs] gcc-14/changes.html + projects/gomp/: OpenMP + OpenACC update - - - -1- 2024-02-27 Tobias Burnus Unresolved
OpenACC: Update libgomp.texi + openacc{.f90,_lib.h} for 3.1 arg-name changes OpenACC: Update libgomp.texi + openacc{.f90,_lib.h} for 3.1 arg-name changes - - - -1- 2024-02-27 Tobias Burnus Unresolved
Fortran/Openmp: Use OPT_Wopenmp for gfc_match_omp_depobj warning Fortran/Openmp: Use OPT_Wopenmp for gfc_match_omp_depobj warning - - - -1- 2024-02-23 Tobias Burnus Unresolved
OpenMP/nvptx: support 'arch(nvptx64)' as context selector OpenMP/nvptx: support 'arch(nvptx64)' as context selector - - - -1- 2024-02-20 Tobias Burnus Unresolved
OpenACC: Add Fortran routines acc_{alloc,free,hostptr,deviceptr,memcpy_{to,from}_device*} OpenACC: Add Fortran routines acc_{alloc,free,hostptr,deviceptr,memcpy_{to,from}_device*} - - - -1- 2024-02-19 Tobias Burnus Unresolved
libgomp: Device load_image - minor num-funcs/vars check improvement libgomp: Device load_image - minor num-funcs/vars check improvement - - - 1-- 2024-02-19 Tobias Burnus Accepted
OpenMP/C++: Fix (first)private clause with member variables [PR110347] [was: [RFA/RFC] C++/OpenMP: … OpenMP/C++: Fix (first)private clause with member variables [PR110347] [was: [RFA/RFC] C++/OpenMP: … - - - 1-- 2024-02-16 Tobias Burnus Accepted
[RFA/RFC] C++/OpenMP: Supporting (first)private for member variables [PR110347] - or VALUE_EXPR and… [RFA/RFC] C++/OpenMP: Supporting (first)private for member variables [PR110347] - or VALUE_EXPR and… - - - -1- 2024-02-16 Tobias Burnus Corrupt patch
OpenMP: Reject non-const 'condition' trait in Fortran (was: [Patch] OpenMP: Handle DECL_ASSEMBLER_N… OpenMP: Reject non-const 'condition' trait in Fortran (was: [Patch] OpenMP: Handle DECL_ASSEMBLER_N… - - - -1- 2024-02-13 Tobias Burnus Unresolved
OpenMP: Handle DECL_ASSEMBLER_NAME with 'declare variant' OpenMP: Handle DECL_ASSEMBLER_NAME with 'declare variant' - - - 1-- 2024-02-13 Tobias Burnus Accepted
gcn/gcn-valu.md: Disable fold_left_plus for TARGET_RDNA2_PLUS [PR113615] gcn/gcn-valu.md: Disable fold_left_plus for TARGET_RDNA2_PLUS [PR113615] - - - 1-- 2024-01-29 Tobias Burnus Accepted
[committed] libgomp.c/declare-variant-4.h: Fix used variant function for gfx1030/gfx1100 [committed] libgomp.c/declare-variant-4.h: Fix used variant function for gfx1030/gfx1100 - - - -1- 2024-01-29 Tobias Burnus Unresolved
[wwwdocs] gcc-14/changes.html (amdgcn): Update for gfx1030/gfx1100 [wwwdocs] gcc-14/changes.html (amdgcn): Update for gfx1030/gfx1100 - - - -1- 2024-01-26 Tobias Burnus Unresolved
install.texi: For gcn, recommend LLVM 15, unless gfx1100 is disabled (was: [patch] amdgcn: config.g… install.texi: For gcn, recommend LLVM 15, unless gfx1100 is disabled (was: [patch] amdgcn: config.g… - - - 1-- 2024-01-26 Tobias Burnus Accepted
gcn/gcn-hsa.h: Always pass --amdhsa-code-object-version= in ASM_SPEC gcn/gcn-hsa.h: Always pass --amdhsa-code-object-version= in ASM_SPEC - - - -1- 2024-01-25 Tobias Burnus Unresolved
[v2] gcn/mkoffload.cc: Fix SRAM_ECC and XNACK handling [PR111966] [v2] gcn/mkoffload.cc: Fix SRAM_ECC and XNACK handling [PR111966] - - - -1- 2024-01-25 Tobias Burnus Unresolved
gcn: Add missing space to ASM_SPEC in gcn-hsa.h gcn: Add missing space to ASM_SPEC in gcn-hsa.h - - - -1- 2024-01-25 Tobias Burnus Unresolved
gcn/mkoffload.cc: Fix SRAM_ECC and XNACK handling [PR111966] gcn/mkoffload.cc: Fix SRAM_ECC and XNACK handling [PR111966] - - - -1- 2024-01-24 Tobias Burnus Unresolved
amdgcn: config.gcc - enable gfx1100 multilib; add gfx1100 to docs (was: [PATCH] amdgcn: additional … amdgcn: config.gcc - enable gfx1100 multilib; add gfx1100 to docs (was: [PATCH] amdgcn: additional … - - - -1- 2024-01-24 Tobias Burnus Unresolved
[committed] MAINTAINERS: Update my email address [committed] MAINTAINERS: Update my email address - - - 1-- 2024-01-23 Tobias Burnus Accepted
[v2] plugin/plugin-nvptx.c: Fix fini_device call when already shutdown [PR113513] [v2] plugin/plugin-nvptx.c: Fix fini_device call when already shutdown [PR113513] - - - -1- 2024-01-23 Tobias Burnus Unresolved
plugin/plugin-nvptx.c: Fix fini_device call when already shutdown [PR113513] plugin/plugin-nvptx.c: Fix fini_device call when already shutdown [PR113513] - - - -1- 2024-01-22 Tobias Burnus Unresolved
nvptx.opt: Add sm_89 and sm_90a to -march-map= nvptx.opt: Add sm_89 and sm_90a to -march-map= - - - 1-- 2024-01-20 Tobias Burnus Accepted
[gcn] mkoffload: Fix linking with "-g"; fix file deletion; improve diagnostic [PR111966] [gcn] mkoffload: Fix linking with "-g"; fix file deletion; improve diagnostic [PR111966] - - - -1- 2024-01-19 Tobias Burnus Unresolved
xfail libgomp.c/declare-variant-4-{fiji,gfx803}.c xfail libgomp.c/declare-variant-4-{fiji,gfx803}.c - - - 1-- 2024-01-19 Tobias Burnus Accepted