Home | History | Annotate | Download | only in libgomp

Lines Matching refs:cuda

1 /* OpenACC Runtime Library: CUDA support glue.
40 if (thr && thr->dev && thr->dev->openacc.cuda.get_current_device_func)
46 ret = thr->dev->openacc.cuda.get_current_device_func ();
64 if (thr && thr->dev && thr->dev->openacc.cuda.get_current_context_func)
70 ret = thr->dev->openacc.cuda.get_current_context_func ();
91 if (thr && thr->dev && thr->dev->openacc.cuda.get_stream_func)
106 ret = thr->dev->openacc.cuda.get_stream_func (aq);
131 if (thr && thr->dev && thr->dev->openacc.cuda.set_stream_func)
144 used to change the CUDA stream associated with "acc_async_sync". */
148 gomp_debug (0, "Refusing request to set CUDA stream associated"
154 ret = thr->dev->openacc.cuda.set_stream_func (aq, stream);