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