[clang] [CUDA/HIP] fix propagate -cuid to a host-only compilation. (PR #111650)

Artem Belevich via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 1 10:08:16 PDT 2024


Artem-B wrote:

>  now it is complaining about __hip_fatbin earlier it was __hip_gpubin_handle_2ba9067058fbe93a.

In both cases there's some sort of inconsistency in your build. Find the compilation which creates the object file which refers to the missing symbol, and then we can try figuring out how we ended up not setting CUID (or setting it when we should not have).
Without these details, it's hard to tell what's going on in your case.

https://github.com/llvm/llvm-project/pull/111650


More information about the cfe-commits mailing list