HomeSort by: relevance | last modified time | path
    Searched defs:cuda_stream (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 216 CUstream cuda_stream; member in struct:goacc_asyncqueue
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);
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 220 CUstream cuda_stream; member in struct:goacc_asyncqueue
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);
    [all...]

Completed in 26 milliseconds