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