Home
last modified time | relevance | path

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

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