Searched refs:StrictChecking (Results 1 – 2 of 2) sorted by relevance
141 bool StrictChecking; in CudaInstallationDetector() member143 Candidate(std::string Path, bool StrictChecking = false) in CudaInstallationDetector()144 : Path(Path), StrictChecking(StrictChecking) {} in CudaInstallationDetector()207 bool CheckLibDevice = (!NoCudaLib || Candidate.StrictChecking); in CudaInstallationDetector()
408 auto CheckDeviceLib = [&](StringRef Path, bool StrictChecking) { in detectDeviceLibrary() argument409 bool CheckLibDevice = (!NoBuiltinLibs || StrictChecking); in detectDeviceLibrary()442 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, Candidate.StrictChecking); in detectDeviceLibrary()513 if (!Candidate.StrictChecking) { in detectHIPRuntime()