Searched refs:LibDeviceMap (Results 1 – 4 of 4) sorted by relevance
244 LibDeviceMap[GpuArchName] = FilePath; in CudaInstallationDetector()261 LibDeviceMap[GpuArch] = FilePath.str(); in CudaInstallationDetector()266 LibDeviceMap["sm_20"] = std::string(FilePath); in CudaInstallationDetector()267 LibDeviceMap["sm_21"] = std::string(FilePath); in CudaInstallationDetector()268 LibDeviceMap["sm_32"] = std::string(FilePath); in CudaInstallationDetector()270 LibDeviceMap["sm_30"] = std::string(FilePath); in CudaInstallationDetector()272 LibDeviceMap["sm_50"] = std::string(FilePath); in CudaInstallationDetector()273 LibDeviceMap["sm_52"] = std::string(FilePath); in CudaInstallationDetector()274 LibDeviceMap["sm_53"] = std::string(FilePath); in CudaInstallationDetector()276 LibDeviceMap["sm_60"] = std::string(FilePath); in CudaInstallationDetector()[all …]
90 llvm::StringMap<std::string> LibDeviceMap; variable219 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
40 llvm::StringMap<std::string> LibDeviceMap; variable78 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
136 LibDeviceMap.insert( in scanLibDevicePath()365 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()393 if (LibDeviceMap.empty()) in detectDeviceLibrary()