Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.cpp232 LibDeviceMap[OffloadArchName] = FilePath; in CudaInstallationDetector()
249 LibDeviceMap[GpuArch] = FilePath.str(); in CudaInstallationDetector()
254 LibDeviceMap["sm_20"] = std::string(FilePath); in CudaInstallationDetector()
255 LibDeviceMap["sm_21"] = std::string(FilePath); in CudaInstallationDetector()
256 LibDeviceMap["sm_32"] = std::string(FilePath); in CudaInstallationDetector()
258 LibDeviceMap["sm_30"] = std::string(FilePath); in CudaInstallationDetector()
260 LibDeviceMap["sm_50"] = std::string(FilePath); in CudaInstallationDetector()
261 LibDeviceMap["sm_52"] = std::string(FilePath); in CudaInstallationDetector()
262 LibDeviceMap["sm_53"] = std::string(FilePath); in CudaInstallationDetector()
264 LibDeviceMap["sm_60"] = std::string(FilePath); in CudaInstallationDetector()
[all …]
H A DCuda.h36 llvm::StringMap<std::string> LibDeviceMap; variable
75 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
H A DAMDGPU.cpp146 LibDeviceMap.insert( in scanLibDevicePath()
403 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()
422 if (LibDeviceMap.empty()) in detectDeviceLibrary()