Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.cpp195 LibDeviceMap["sm_20"] = FilePath; in CudaInstallationDetector()
196 LibDeviceMap["sm_21"] = FilePath; in CudaInstallationDetector()
197 LibDeviceMap["sm_32"] = FilePath; in CudaInstallationDetector()
199 LibDeviceMap["sm_30"] = FilePath; in CudaInstallationDetector()
201 LibDeviceMap["sm_50"] = FilePath; in CudaInstallationDetector()
205 LibDeviceMap["sm_60"] = FilePath; in CudaInstallationDetector()
206 LibDeviceMap["sm_61"] = FilePath; in CudaInstallationDetector()
207 LibDeviceMap["sm_62"] = FilePath; in CudaInstallationDetector()
209 LibDeviceMap["sm_35"] = FilePath; in CudaInstallationDetector()
210 LibDeviceMap["sm_37"] = FilePath; in CudaInstallationDetector()
[all …]
H A DCuda.h39 llvm::StringMap<std::string> LibDeviceMap; variable
77 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()