Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp414 auto SPACKPath = findSPACKPackage(Candidate, "rocm-device-libs"); in detectDeviceLibrary() local
415 auto Path = SPACKPath.empty() ? CandidatePath : SPACKPath; in detectDeviceLibrary()
444 auto SPACKPath = findSPACKPackage(Candidate, "hip"); in detectHIPRuntime() local
445 InstallPath = SPACKPath.empty() ? InstallPath : SPACKPath; in detectHIPRuntime()