On 08/01/2018 04:12 AM, Tom de Vries wrote: > On 07/31/2018 05:27 PM, Cesar Philippidis wrote: >> /* Copy the (device) pointers to arguments to the device (dp and hp might in >> fact have the same value on a unified-memory system). */ > > This comment needs to be updated, right? > >> - CUDA_CALL_ASSERT (cuMemcpy, (CUdeviceptr) dp, (CUdeviceptr) hp, >> + CUDA_CALL_ASSERT (cuMemcpyHtoD, dp, hp, >> mapnum * sizeof (void *)); >> GOMP_PLUGIN_debug (0, " %s: kernel %s: launch" >> " gangs=%u, workers=%u, vectors=%u\n", >> -- 2.7.4 >> > > Otherwise OK. Thanks. I've committed the attach patch to trunk. Cesar