Searched refs:HIPSearchDirs (Results 1 – 1 of 1) sorted by relevance
437 SmallVector<Candidate, 4> HIPSearchDirs; in detectHIPRuntime() local439 HIPSearchDirs.emplace_back(HIPPathArg.str(), /*StrictChecking=*/true); in detectHIPRuntime()441 HIPSearchDirs.append(getInstallationPathCandidates()); in detectHIPRuntime()444 for (const auto &Candidate : HIPSearchDirs) { in detectHIPRuntime()