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

  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 114 const char *cuda_runtime_lib = "libcuda.so.1"; local
115 void *h = dlopen (cuda_runtime_lib, RTLD_LAZY);
plugin-nvptx.c 114 const char *cuda_runtime_lib = "libcuda.so.1"; local
115 void *h = dlopen (cuda_runtime_lib, RTLD_LAZY);
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 118 const char *cuda_runtime_lib = "libcuda.so.1"; local
119 void *h = dlopen (cuda_runtime_lib, RTLD_LAZY);
129 GOMP_PLUGIN_fatal ("'%s' is missing '%s'", cuda_runtime_lib, #call);
plugin-nvptx.c 118 const char *cuda_runtime_lib = "libcuda.so.1"; local
119 void *h = dlopen (cuda_runtime_lib, RTLD_LAZY);
129 GOMP_PLUGIN_fatal ("'%s' is missing '%s'", cuda_runtime_lib, #call);

Completed in 51 milliseconds