Re: [Patch] Fortran: OpenMP/OpenACC avoid uninit access in size calc for mapping

2022-03-10 Thread Thomas Schwinge
Hi Tobias! On 2022-03-08T15:25:07+0100, Tobias Burnus wrote: > found when working on the deep-mapping patch* with OpenMP code > (and part of that patch) but it already shows up in an existing > OpenACC testcase. I think it makes sense to fix it already for GCC 12. > > Problem: Also for unallocate

Re: [Patch] Fortran: OpenMP/OpenACC avoid uninit access in size calc for mapping

2022-03-10 Thread Tobias Burnus
Hi Thomas, hi all, (Updated patch attached – only changes the goacc testcases. I intent to commit the patch tomorrow, unless more comments come up.) On 10.03.22 10:00, Thomas Schwinge wrote: [OpenACC testcases:] I recently added that checking in ... [...] to document the status quo. (1), as y

Re: [PATCH] OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr.

2022-03-10 Thread Marcel Vollweiler
Hi Jakub, This is an update to the patch from Tue Mar 8: https://gcc.gnu.org/pipermail/gcc-patches/2022-March/591343.html I just added "get_mapped_ptr" to the "omp_runtime_apis" array in omp-low.cc and replaced "omp_get_num_devices" by "gomp_get_num_devices" in target.c. Marcel ---

Re: GCC GSoC 2022: Call for project ideas and mentors

2022-03-10 Thread Damian Rouson
I assume it’s too late for new project ideas. I’m adding Milan Curcic in cc to confirm. Damian On Wed, Mar 9, 2022 at 18:09 Jerry D via Fortran wrote: > Perhaps someone could work on completing and merging the shared memory > (native) fortran coarrays branch. > > Regards, > > Jerry > > On 3/9/

Re: [PATCH] OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr.

2022-03-10 Thread Jakub Jelinek via Fortran
On Thu, Mar 10, 2022 at 05:01:35PM +0100, Marcel Vollweiler wrote: > --- a/gcc/omp-low.cc > +++ b/gcc/omp-low.cc > @@ -3962,6 +3962,7 @@ omp_runtime_api_call (const_tree fndecl) >"target_is_present", >"target_memcpy", >"target_memcpy_rect", > + "get_mapped_ptr", >

Re: GCC GSoC 2022: Call for project ideas and mentors

2022-03-10 Thread Martin Jambor
Hi, On Thu, Mar 10 2022, Damian Rouson wrote: > I assume it’s too late for new project ideas. I’m adding Milan Curcic in > cc to confirm. it is not too late but people are already looking at the idea page, so the longer you wait, the more potential contributers you'll miss. Martin > > Damian