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

  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 3787 unsigned cuda = 0; local
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
    [all...]
libgomp.h 1196 } cuda; member in struct:acc_dispatch_t
  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 1368 } cuda; member in struct:acc_dispatch_t
target.c 5182 unsigned cuda = 0; local
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
    [all...]

Completed in 21 milliseconds