Searched refs:LibDeviceMap (Results 1 – 4 of 4) sorted by relevance
228 LibDeviceMap[GpuArchName] = FilePath; in CudaInstallationDetector()245 LibDeviceMap[GpuArch] = FilePath.str(); in CudaInstallationDetector()250 LibDeviceMap["sm_20"] = std::string(FilePath); in CudaInstallationDetector()251 LibDeviceMap["sm_21"] = std::string(FilePath); in CudaInstallationDetector()252 LibDeviceMap["sm_32"] = std::string(FilePath); in CudaInstallationDetector()254 LibDeviceMap["sm_30"] = std::string(FilePath); in CudaInstallationDetector()260 LibDeviceMap["sm_60"] = std::string(FilePath); in CudaInstallationDetector()261 LibDeviceMap["sm_61"] = std::string(FilePath); in CudaInstallationDetector()262 LibDeviceMap["sm_62"] = std::string(FilePath); in CudaInstallationDetector()264 LibDeviceMap["sm_35"] = std::string(FilePath); in CudaInstallationDetector()[all …]
121 llvm::StringMap<std::string> LibDeviceMap; variable269 auto Loc = LibDeviceMap.find(Gpu); in getLibDeviceFile()270 if (Loc == LibDeviceMap.end()) in getLibDeviceFile()
36 llvm::StringMap<std::string> LibDeviceMap; variable75 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
145 LibDeviceMap.insert( in scanLibDevicePath()402 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()421 if (LibDeviceMap.empty()) in detectDeviceLibrary()