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

  /src/external/gpl3/gcc.old/dist/include/cuda/
cuda.h 160 #define cuMemcpyDtoDAsync cuMemcpyDtoDAsync_v2
161 CUresult cuMemcpyDtoDAsync (CUdeviceptr, CUdeviceptr, size_t, CUstream);
  /src/external/gpl3/gcc/dist/include/cuda/
cuda.h 252 #define cuMemcpyDtoDAsync cuMemcpyDtoDAsync_v2
253 CUresult cuMemcpyDtoDAsync (CUdeviceptr, CUdeviceptr, size_t, CUstream);
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 1862 CUDA_CALL (cuMemcpyDtoDAsync, (CUdeviceptr) dst, (CUdeviceptr) src, n, NULL);
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 1815 CUDA_CALL (cuMemcpyDtoDAsync, (CUdeviceptr) dst, (CUdeviceptr) src, n, NULL);

Completed in 31 milliseconds