Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h81 bool HasRocThrustLibrary = false; variable
H A DAMDGPU.cpp340 HasRocThrustLibrary = !HIPRocThrustPathArg.empty() && in RocmInstallationDetector()
564 if (!HasRocThrustLibrary && !FS.exists(Inc + "/thrust")) { in AddHIPIncludeArgs()
573 if (HasRocThrustLibrary) in AddHIPIncludeArgs()