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

  /src/external/gpl3/gcc.old/dist/include/cuda/
cuda.h 168 #define cuMemcpyHtoDAsync cuMemcpyHtoDAsync_v2
169 CUresult cuMemcpyHtoDAsync (CUdeviceptr, const void *, size_t, CUstream);
  /src/external/gpl3/gcc/dist/include/cuda/
cuda.h 260 #define cuMemcpyHtoDAsync cuMemcpyHtoDAsync_v2
261 CUresult cuMemcpyHtoDAsync (CUdeviceptr, const void *, size_t, CUstream);
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 1595 CUDA_CALL_ASSERT (cuMemcpyHtoDAsync, dp, (void *) hp,
1826 CUDA_CALL (cuMemcpyHtoDAsync, (CUdeviceptr) dst, src, n, aq->cuda_stream);
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 2058 CUDA_CALL (cuMemcpyHtoDAsync, (CUdeviceptr) dst, src, n, aq->cuda_stream);

Completed in 31 milliseconds