Searched refs:LibDevicePath (Results 1 – 2 of 2) sorted by relevance
37 std::string LibDevicePath; variable74 StringRef getLibDevicePath() const { return LibDevicePath; } in getLibDevicePath()
132 LibDevicePath = InstallPath + "/nvvm/libdevice"; in CudaInstallationDetector()138 if (CheckLibDevice && !FS.exists(LibDevicePath)) in CudaInstallationDetector()166 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector()179 for (llvm::sys::fs::directory_iterator LI(LibDevicePath, EC), LE; in CudaInstallationDetector()