Searched refs:RocmPathEnv (Results 1 – 1 of 1) sorted by relevance
193 } else if (const char *RocmPathEnv = ::getenv("ROCM_PATH")) { in getInstallationPathCandidates() local194 if (!StringRef(RocmPathEnv).empty()) { in getInstallationPathCandidates()195 ROCmSearchDirs.emplace_back(RocmPathEnv); in getInstallationPathCandidates()