[PATCH] D110429: [OpenMP] Introduce a new worksharing RTL function for distribute
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 09:05:58 PDT 2021
jhuber6 added a comment.
In D110429#3024884 <https://reviews.llvm.org/D110429#3024884>, @ronlieb wrote:
> lld: error: undefined symbol: __kmpc_distribute_static_init_4
>
>>>> referenced by /tmp/private_mapping-6f3f07-gfx906-d001f0.o:(__omp_outlined__)
>>>> referenced by /tmp/private_mapping-6f3f07-gfx906-d001f0.o:(__omp_outlined__)
>
> lld: error: undefined symbol: __kmpc_distribute_static_fini
>
>>>> referenced by /tmp/private_mapping-6f3f07-gfx906-d001f0.o:(__omp_outlined__)
>>>> referenced by /tmp/private_mapping-6f3f07-gfx906-d001f0.o:(__omp_outlined__)
>>>> referenced by /tmp/private_mapping-6f3f07-gfx906-d001f0.o:(__omp_outlined__.1)
>>>> referenced 1 more times
>
> clang-14: error: amdgcn-link command failed with exit code 1 (use -v to see invocation)
I'm guessing this has D110430 <https://reviews.llvm.org/D110430> applied as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110429/new/
https://reviews.llvm.org/D110429
More information about the llvm-commits
mailing list