This patch simply enables the div, ldiv, and, lldiv functions on
the GPU. This should be straightforward enough.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.