Re: Fix PTX loaded module data

2015-07-20 Thread Nathan Sidwell
On 07/19/15 17:04, Nathan Sidwell wrote: Hi, this patch fixes the ptx plugin's management of offloaded functions. Currently it has a single global list of functions. But it should track this information per ptx device instance. I've moved the linked list into the per-device data. We were als

Fix PTX loaded module data

2015-07-19 Thread Nathan Sidwell
Hi, this patch fixes the ptx plugin's management of offloaded functions. Currently it has a single global list of functions. But it should track this information per ptx device instance. I've moved the linked list into the per-device data. We were also not managing the plugin-allocated vec