Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
272 LibDeviceMap["sm_50"] = std::string(FilePath); in CudaInstallationDetector()
273 LibDeviceMap["sm_52"] = std::string(FilePath); in CudaInstallationDetector()
274 LibDeviceMap["sm_53"] = std::string(FilePath); in CudaInstallationDetector()
276 LibDeviceMap["sm_60"] = 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()
365 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()
393 if (LibDeviceMap.empty()) in detectDeviceLibrary()