[libc-commits] [PATCH] D154143: [libc] Enable the 'div' routines on the GPU
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jun 29 13:12:12 PDT 2023
jhuber6 added a comment.
In D154143#4461397 <https://reviews.llvm.org/D154143#4461397>, @JonChesterfield wrote:
> Is this sufficient to run the associated tests or do we need some cmake as well?
The tests already exist, they are enabled conditionally by whether or not the entrypoint is present int `entrypoints.txt`, like this does. So yes, it adds three new tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154143/new/
https://reviews.llvm.org/D154143
More information about the libc-commits
mailing list