Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp338 HIPRocThrustPathArg = in RocmInstallationDetector()
340 HasRocThrustLibrary = !HIPRocThrustPathArg.empty() && in RocmInstallationDetector()
341 D.getVFS().exists(HIPRocThrustPathArg + "/thrust"); in RocmInstallationDetector()
574 ThrustPath = DriverArgs.MakeArgString(HIPRocThrustPathArg); in AddHIPIncludeArgs()
H A DROCm.h106 StringRef HIPRocThrustPathArg; variable