Searched refs:LibDeviceMap (Results 1 – 4 of 4) sorted by relevance
226 LibDeviceMap[GpuArchName] = FilePath; in CudaInstallationDetector()243 LibDeviceMap[GpuArch] = FilePath.str(); in CudaInstallationDetector()248 LibDeviceMap["sm_20"] = std::string(FilePath); in CudaInstallationDetector()249 LibDeviceMap["sm_21"] = std::string(FilePath); in CudaInstallationDetector()250 LibDeviceMap["sm_32"] = std::string(FilePath); in CudaInstallationDetector()252 LibDeviceMap["sm_30"] = std::string(FilePath); in CudaInstallationDetector()258 LibDeviceMap["sm_60"] = std::string(FilePath); in CudaInstallationDetector()259 LibDeviceMap["sm_61"] = std::string(FilePath); in CudaInstallationDetector()260 LibDeviceMap["sm_62"] = std::string(FilePath); in CudaInstallationDetector()262 LibDeviceMap["sm_35"] = std::string(FilePath); in CudaInstallationDetector()[all …]
110 llvm::StringMap<std::string> LibDeviceMap; variable255 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
38 llvm::StringMap<std::string> LibDeviceMap; variable79 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
143 LibDeviceMap.insert( in scanLibDevicePath()379 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()407 if (LibDeviceMap.empty()) in detectDeviceLibrary()