[Bug fortran/92311] Fortran and OpenMP use_device_ptr and OpenACC attach_ptr/dettach_ptr

2020-07-14 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92311 --- Comment #9 from Tobias Burnus --- (In reply to Nichols A. Romero from comment #0) > The error for the OpenMP is shown below: >29 |!$omp target data use_device_ptr(this_bin) > | 1 >

[Bug fortran/92311] Fortran and OpenMP use_device_ptr and OpenACC attach_ptr/dettach_ptr

2020-01-30 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92311 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/92311] Fortran and OpenMP use_device_ptr and OpenACC attach_ptr/dettach_ptr

2019-11-04 Thread naromero at anl dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92311 --- Comment #8 from Nichols A. Romero --- (In reply to Tobias Burnus from comment #6) > (In reply to Nichols A. Romero from comment #0) > > For the OpenACC program, it may be that this is part of the OpenACC spec > > that has not been

[Bug fortran/92311] Fortran and OpenMP use_device_ptr and OpenACC attach_ptr/dettach_ptr

2019-11-04 Thread naromero at anl dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92311 --- Comment #7 from Nichols A. Romero --- (In reply to Jakub Jelinek from comment #5) > (In reply to Nichols A. Romero from comment #3) > > Created attachment 47156 [details] > > OpenMP equivalent to OpenACC detach/attach > > map(from:...) >

[Bug fortran/92311] Fortran and OpenMP use_device_ptr and OpenACC attach_ptr/dettach_ptr

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92311 --- Comment #6 from Tobias Burnus --- (In reply to Nichols A. Romero from comment #0) > For the OpenACC program, it may be that this is part of the OpenACC spec > that has not been implemented yet. [That's detach/attach] This OpenACC 2.6

[Bug fortran/92311] Fortran and OpenMP use_device_ptr and OpenACC attach_ptr/dettach_ptr

2019-11-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92311 --- Comment #5 from Jakub Jelinek --- (In reply to Nichols A. Romero from comment #3) > Created attachment 47156 [details] > OpenMP equivalent to OpenACC detach/attach map(from:...) means the variable is allocated, but uninitialized on the

[Bug fortran/92311] Fortran and OpenMP use_device_ptr and OpenACC attach_ptr/dettach_ptr

2019-11-01 Thread naromero at anl dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92311 --- Comment #4 from Nichols A. Romero --- Jakub, My apologies for wasting your time. I had asked a colleague to help me put a simplified test case together, after closer inspection it did not actually reproduce the use case from the larger

[Bug fortran/92311] Fortran and OpenMP use_device_ptr and OpenACC attach_ptr/dettach_ptr

2019-11-01 Thread naromero at anl dot gov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92311 Nichols A. Romero changed: What|Removed |Added Attachment #47152|0 |1 is obsolete|

[Bug fortran/92311] Fortran and OpenMP use_device_ptr and OpenACC attach_ptr/dettach_ptr

2019-10-31 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92311 --- Comment #2 from Jakub Jelinek --- Also, looking at that testcase, that doesn't look valid even in OpenMP 5.0. It is using use_device_ptr on an non-associated pointer, from that one gets a device pointer, but then it associates it with host

[Bug fortran/92311] Fortran and OpenMP use_device_ptr and OpenACC attach_ptr/dettach_ptr

2019-10-31 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92311 Jakub Jelinek changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment