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