Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DToolChains.h169 llvm::StringMap<std::string> CudaLibDeviceMap; variable
190 return CudaLibDeviceMap.lookup(Gpu); in getLibDeviceFile()
DToolChains.cpp1676 CudaLibDeviceMap[GpuArch] = FilePath.str(); in init()
1679 CudaLibDeviceMap["sm_20"] = FilePath; in init()
1680 CudaLibDeviceMap["sm_21"] = FilePath; in init()
1682 CudaLibDeviceMap["sm_30"] = FilePath; in init()
1683 CudaLibDeviceMap["sm_32"] = FilePath; in init()
1685 CudaLibDeviceMap["sm_35"] = FilePath; in init()
1686 CudaLibDeviceMap["sm_37"] = FilePath; in init()