On Mon, Jul 13, 2015 at 15:17:29 +0200, Jakub Jelinek wrote: > Here is a new version that I've committed. I've finished up > associate/disassociate, wrote a test and tested also with intelmicemul > offloading.
Great! > + k->refcount = INT_MAX; Shouldn't it be UINTPTR_MAX? > + /* FIXME: Support device-to-device somehow? */ Should libgomp copy data device-host-device if device-device is not supported by target? Current liboffloadmic doesn't support this. I'll find out if there are any plans. -- Ilya