Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DOffloadBundler.cpp99 bool HIPCompatibleWithOpenMP = OffloadKind.startswith_insensitive("hip") && in isOffloadKindCompatible() local
104 return HIPCompatibleWithOpenMP || OpenMPCompatibleWithHIP; in isOffloadKindCompatible()