Searched refs:CheckLibDevice (Results 1 – 2 of 2) sorted by relevance
397 bool CheckLibDevice = (!NoBuiltinLibs || StrictChecking); in detectDeviceLibrary() local398 if (CheckLibDevice && !FS.exists(Path)) in detectDeviceLibrary()
195 bool CheckLibDevice = (!NoCudaLib || Candidate.StrictChecking); in CudaInstallationDetector() local196 if (CheckLibDevice && !FS.exists(LibDevicePath)) in CudaInstallationDetector()