Searched refs:LibDeviceMap (Results 1 – 4 of 4) sorted by relevance
235 LibDeviceMap[OffloadArchName] = FilePath; in CudaInstallationDetector()252 LibDeviceMap[GpuArch] = FilePath.str(); in CudaInstallationDetector()257 LibDeviceMap["sm_20"] = std::string(FilePath); in CudaInstallationDetector()258 LibDeviceMap["sm_21"] = std::string(FilePath); in CudaInstallationDetector()259 LibDeviceMap["sm_32"] = std::string(FilePath); in CudaInstallationDetector()261 LibDeviceMap["sm_30"] = std::string(FilePath); in CudaInstallationDetector()263 LibDeviceMap["sm_50"] = std::string(FilePath); in CudaInstallationDetector()264 LibDeviceMap["sm_52"] = std::string(FilePath); in CudaInstallationDetector()265 LibDeviceMap["sm_53"] = std::string(FilePath); in CudaInstallationDetector()267 LibDeviceMap["sm_60"] = std::string(FilePath); in CudaInstallationDetector()[all …]
124 llvm::StringMap<std::string> LibDeviceMap; variable265 auto Loc = LibDeviceMap.find(Gpu); in getLibDeviceFile()266 if (Loc == LibDeviceMap.end()) in getLibDeviceFile()
36 llvm::StringMap<std::string> LibDeviceMap; variable75 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
101 LibDeviceMap.insert( in scanLibDevicePath()339 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()358 if (LibDeviceMap.empty()) in detectDeviceLibrary()