Home | History | Annotate | Download | only in plugin

Lines Matching defs:cuda_stream

220   CUstream cuda_stream;
1645 nvptx_exec (fn, dims, targ_mem_desc, dp, aq->cuda_stream);
1694 return (void *) aq->cuda_stream;
1701 if (aq->cuda_stream)
1703 CUDA_CALL_ASSERT (cuStreamSynchronize, aq->cuda_stream);
1704 CUDA_CALL_ASSERT (cuStreamDestroy, aq->cuda_stream);
1707 aq->cuda_stream = (CUstream) stream;
1719 aq->cuda_stream = stream;
1732 CUDA_CALL_ERET (false, cuStreamDestroy, aq->cuda_stream);
1746 CUresult r = CUDA_CALL_NOCHECK (cuStreamQuery, aq->cuda_stream);
1759 CUDA_CALL_ERET (false, cuStreamSynchronize, aq->cuda_stream);
1775 CUDA_CALL_ERET (false, cuEventRecord, e, aq1->cuda_stream);
1776 CUDA_CALL_ERET (false, cuStreamWaitEvent, aq2->cuda_stream, e, 0);
1799 CUDA_CALL_ASSERT (cuStreamAddCallback, aq->cuda_stream,
2058 CUDA_CALL (cuMemcpyHtoDAsync, (CUdeviceptr) dst, src, n, aq->cuda_stream);
2069 CUDA_CALL (cuMemcpyDtoHAsync, dst, (CUdeviceptr) src, n, aq->cuda_stream);