HomeSort by: relevance | last modified time | path
    Searched refs:cuMemcpyDtoH (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/include/cuda/
cuda.h 162 #define cuMemcpyDtoH cuMemcpyDtoH_v2
163 CUresult cuMemcpyDtoH (void *, CUdeviceptr, size_t);
  /src/external/gpl3/gcc/dist/include/cuda/
cuda.h 254 #define cuMemcpyDtoH cuMemcpyDtoH_v2
255 CUresult cuMemcpyDtoH (void *, CUdeviceptr, size_t);
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 1417 r = CUDA_CALL_NOCHECK (cuMemcpyDtoH, ind_fn_table, var, bytes);
1419 GOMP_PLUGIN_fatal ("cuMemcpyDtoH error: %s", cuda_error (r));
1485 r = CUDA_CALL_NOCHECK (cuMemcpyDtoH, *rev_fn_table, var, bytes);
1487 GOMP_PLUGIN_fatal ("cuMemcpyDtoH error: %s", cuda_error (r));
1855 CUDA_CALL (cuMemcpyDtoH, dst, (CUdeviceptr) src, n);
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 1808 CUDA_CALL (cuMemcpyDtoH, dst, (CUdeviceptr) src, n);

Completed in 32 milliseconds