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()276 LibDeviceMap["sm_60"] = std::string(FilePath); in CudaInstallationDetector()277 LibDeviceMap["sm_61"] = std::string(FilePath); in CudaInstallationDetector()278 LibDeviceMap["sm_62"] = std::string(FilePath); in CudaInstallationDetector()280 LibDeviceMap["sm_35"] = 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()372 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()400 if (LibDeviceMap.empty()) in detectDeviceLibrary()