Lines Matching refs:cuda
3787 unsigned cuda = 0;
3788 cuda += DLSYM_OPT (openacc.cuda.get_current_device,
3790 cuda += DLSYM_OPT (openacc.cuda.get_current_context,
3792 cuda += DLSYM_OPT (openacc.cuda.get_stream, openacc_cuda_get_stream);
3793 cuda += DLSYM_OPT (openacc.cuda.set_stream, openacc_cuda_set_stream);
3794 if (cuda && cuda != 4)
3796 /* Make sure all the CUDA functions are there if any of them are. */
3797 err = "plugin missing OpenACC CUDA handler function";