[libc-commits] [PATCH] D139839: [libc] Add a loader utility for AMDHSA architectures for testing
Johannes Doerfert via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Dec 13 18:32:51 PST 2022
jdoerfert added a comment.
> enable libc tests in OpenMP test (Buildbot)
No matter where we fall, this is a given. Also beyond the "loader" tests, we want to create libomptarget/tests that include libc_gpu.a and run it via our driver.
> we (LLVM) already provides a target independent layer, OpenMP
That is correct but probably misleading. The important part (and the long term goal) is to have the former (a target independent offload layer), the fact that OpenMP uses (and it lives there for now) it is coincidental.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139839/new/
https://reviews.llvm.org/D139839
More information about the libc-commits
mailing list