Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCuda.cpp220 LibDeviceMap[GpuArchName] = FilePath; in CudaInstallationDetector()
237 LibDeviceMap[GpuArch] = FilePath.str(); in CudaInstallationDetector()
242 LibDeviceMap["sm_20"] = std::string(FilePath); in CudaInstallationDetector()
243 LibDeviceMap["sm_21"] = std::string(FilePath); in CudaInstallationDetector()
244 LibDeviceMap["sm_32"] = std::string(FilePath); in CudaInstallationDetector()
246 LibDeviceMap["sm_30"] = std::string(FilePath); in CudaInstallationDetector()
248 LibDeviceMap["sm_50"] = std::string(FilePath); in CudaInstallationDetector()
249 LibDeviceMap["sm_52"] = std::string(FilePath); in CudaInstallationDetector()
250 LibDeviceMap["sm_53"] = std::string(FilePath); in CudaInstallationDetector()
252 LibDeviceMap["sm_60"] = std::string(FilePath); in CudaInstallationDetector()
[all …]
H A DROCm.h111 llvm::StringMap<std::string> LibDeviceMap; variable
256 auto Loc = LibDeviceMap.find(Gpu); in getLibDeviceFile()
257 if (Loc == LibDeviceMap.end()) in getLibDeviceFile()
H A DCuda.h36 llvm::StringMap<std::string> LibDeviceMap; variable
75 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
H A DAMDGPU.cpp145 LibDeviceMap.insert( in scanLibDevicePath()
391 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()
410 if (LibDeviceMap.empty()) in detectDeviceLibrary()