Re: [gomp4] OpenACC routine directive

2014-09-23 Thread Thomas Schwinge
Hi Cesar! On Mon, 15 Sep 2014 16:35:02 -0700, Cesar Philippidis wrote: > This patch adds initial support for the OpenACC routine directive. Thanks! > It's > not complete just yet because it doesn't implement any of the optional > clauses, except for the optional function/subroutine name. As su

Re: [gomp4] OpenACC routine directive

2014-09-16 Thread Tobias Burnus
Cesar Philippidis wrote: > This patch adds initial support for the OpenACC routine directive. It's > not complete just yet because it doesn't implement any of the optional > clauses, except for the optional function/subroutine name. As such, it > doesn't go beyond marking functions with the "omp de

[gomp4] OpenACC routine directive

2014-09-15 Thread Cesar Philippidis
This patch adds initial support for the OpenACC routine directive. It's not complete just yet because it doesn't implement any of the optional clauses, except for the optional function/subroutine name. As such, it doesn't go beyond marking functions with the "omp declare target" attribute. Accordi