HomeSort by: relevance | last modified time | path
    Searched refs:hsa_runtime_lib (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 593 static const char *hsa_runtime_lib; variable
1072 hsa_runtime_lib = secure_getenv ("HSA_RUNTIME_LIB");
1073 if (hsa_runtime_lib == NULL)
1074 hsa_runtime_lib = "libhsa-runtime64.so.1";
1363 void *handle = dlopen (hsa_runtime_lib, RTLD_LAZY);
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 583 static const char *hsa_runtime_lib; variable
1066 hsa_runtime_lib = secure_getenv ("HSA_RUNTIME_LIB");
1067 if (hsa_runtime_lib == NULL)
1068 hsa_runtime_lib = "libhsa-runtime64.so.1";
1388 GOMP_PLUGIN_fatal ("'%s' is missing '%s'", hsa_runtime_lib, #function);
1392 void *handle = dlopen (hsa_runtime_lib, RTLD_LAZY);

Completed in 30 milliseconds