Home | History | Annotate | Download | only in libgomp

Lines Matching refs:cuda

5182       unsigned cuda = 0;
5183 cuda += DLSYM_OPT (openacc.cuda.get_current_device,
5185 cuda += DLSYM_OPT (openacc.cuda.get_current_context,
5187 cuda += DLSYM_OPT (openacc.cuda.get_stream, openacc_cuda_get_stream);
5188 cuda += DLSYM_OPT (openacc.cuda.set_stream, openacc_cuda_set_stream);
5189 if (cuda && cuda != 4)
5191 /* Make sure all the CUDA functions are there if any of them are. */
5192 err = "plugin missing OpenACC CUDA handler function";