forked from OSchip/llvm-project
7a02abf06f
`hip-openmp-compatible` flag treats hip and hipv4 offload kinds as compatible with openmp offload kind while extracting code objects from a heterogenous archive library. Vice versa is also considered compatible if hip code was compiled with -fgpu-rdc. This flag only relaxes compatibility criteria on `OffloadKind`, rest of the components like `Triple` and `GPUArhc` still needs to be compatible. Reviewed By: yaxunl Differential Revision: https://reviews.llvm.org/D120697 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ClangOffloadBundler.cpp |