Home | History | Annotate | Download | only in plugin

Lines Matching defs:cuda_stream

216   CUstream cuda_stream;
1596 mapnum * sizeof (void *), aq->cuda_stream);
1613 dp, aq->cuda_stream);
1665 return (void *) aq->cuda_stream;
1672 if (aq->cuda_stream)
1674 CUDA_CALL_ASSERT (cuStreamSynchronize, aq->cuda_stream);
1675 CUDA_CALL_ASSERT (cuStreamDestroy, aq->cuda_stream);
1678 aq->cuda_stream = (CUstream) stream;
1690 aq->cuda_stream = stream;
1697 CUDA_CALL_ERET (false, cuStreamDestroy, aq->cuda_stream);
1705 CUresult r = CUDA_CALL_NOCHECK (cuStreamQuery, aq->cuda_stream);
1718 CUDA_CALL_ERET (false, cuStreamSynchronize, aq->cuda_stream);
1728 CUDA_CALL_ERET (false, cuEventRecord, e, aq1->cuda_stream);
1729 CUDA_CALL_ERET (false, cuStreamWaitEvent, aq2->cuda_stream, e, 0);
1752 CUDA_CALL_ASSERT (cuStreamAddCallback, aq->cuda_stream,
1826 CUDA_CALL (cuMemcpyHtoDAsync, (CUdeviceptr) dst, src, n, aq->cuda_stream);
1837 CUDA_CALL (cuMemcpyDtoHAsync, dst, (CUdeviceptr) src, n, aq->cuda_stream);