Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCuda.cpp226 LibDeviceMap[GpuArchName] = FilePath; in CudaInstallationDetector()
243 LibDeviceMap[GpuArch] = FilePath.str(); in CudaInstallationDetector()
248 LibDeviceMap["sm_20"] = std::string(FilePath); in CudaInstallationDetector()
249 LibDeviceMap["sm_21"] = std::string(FilePath); in CudaInstallationDetector()
250 LibDeviceMap["sm_32"] = std::string(FilePath); in CudaInstallationDetector()
252 LibDeviceMap["sm_30"] = std::string(FilePath); in CudaInstallationDetector()
258 LibDeviceMap["sm_60"] = std::string(FilePath); in CudaInstallationDetector()
259 LibDeviceMap["sm_61"] = std::string(FilePath); in CudaInstallationDetector()
260 LibDeviceMap["sm_62"] = std::string(FilePath); in CudaInstallationDetector()
262 LibDeviceMap["sm_35"] = std::string(FilePath); in CudaInstallationDetector()
[all …]
H A DROCm.h110 llvm::StringMap<std::string> LibDeviceMap; variable
255 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
H A DCuda.h38 llvm::StringMap<std::string> LibDeviceMap; variable
79 return LibDeviceMap.lookup(Gpu); in getLibDeviceFile()
H A DAMDGPU.cpp143 LibDeviceMap.insert( in scanLibDevicePath()
379 HasDeviceLibrary = allGenericLibsValid() && !LibDeviceMap.empty(); in detectDeviceLibrary()
407 if (LibDeviceMap.empty()) in detectDeviceLibrary()