Home
last modified time | relevance | path

Searched refs:HsaLib (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/dynamic_hsa/
H A Dhsa.cpp74 const char *HsaLib = DYNAMIC_HSA_PATH; in checkForHSA() local
75 void *DynlibHandle = dlopen(HsaLib, RTLD_NOW); in checkForHSA()
77 DP("Unable to load library '%s': %s!\n", HsaLib, dlerror()); in checkForHSA()
86 DP("Unable to find '%s' in '%s'!\n", Sym, HsaLib); in checkForHSA()