Home
last modified time | relevance | path

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

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