Home
last modified time | relevance | path

Searched refs:LibDeviceMap (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp244 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 …]
H A DROCm.h90 llvm::StringMap<std::string> LibDeviceMap; variable
219 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
H A DCuda.h40 llvm::StringMap<std::string> LibDeviceMap; variable
78 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
H A DAMDGPU.cpp136 LibDeviceMap.insert( in scanLibDevicePath()
372 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()
400 if (LibDeviceMap.empty()) in detectDeviceLibrary()