Re: [gomp4] Use GOMP_OFFLOAD_ prefix for (OpenACC) plugin hooks

2014-11-05 Thread Ilya Verbin
2014-11-06 0:28 GMT+03:00 Julian Brown : > I made some changes to table initialisation on the gomp4 branch also -- > probably not enough to genuinely support multiple devices, but > hopefully some of the way there. Have you seen those? I haven't > considered dlopened libs though. > > Similarly, I a

Re: [gomp4] Use GOMP_OFFLOAD_ prefix for (OpenACC) plugin hooks

2014-11-05 Thread Julian Brown
On Wed, 5 Nov 2014 22:02:33 +0300 Ilya Verbin wrote: > Hi, > > On 05 Nov 17:56, Julian Brown wrote: > > +GOMP_OFFLOAD_register_image (void *host_table, void *target_data) > > +GOMP_OFFLOAD_get_table (struct mapping_table **table) > > FYI, these interfaces may change in the near future. > Curren

Re: [gomp4] Use GOMP_OFFLOAD_ prefix for (OpenACC) plugin hooks

2014-11-05 Thread Ilya Verbin
Hi, On 05 Nov 17:56, Julian Brown wrote: > +GOMP_OFFLOAD_register_image (void *host_table, void *target_data) > +GOMP_OFFLOAD_get_table (struct mapping_table **table) FYI, these interfaces may change in the near future. Currently GOMP_OFFLOAD_get_table returns a joint table for all images, offloa