[all-commits] [llvm/llvm-project] b15ac1: [libc] Enable the 'div' routines on the GPU
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jun 29 13:43:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b15ac1fd899649e63011358798f8999d42075d05
https://github.com/llvm/llvm-project/commit/b15ac1fd899649e63011358798f8999d42075d05
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M libc/config/gpu/api.td
M libc/config/gpu/entrypoints.txt
M libc/docs/gpu/support.rst
Log Message:
-----------
[libc] Enable the 'div' routines on the GPU
This patch simply enables the `div`, `ldiv,` and, `lldiv` functions on
the GPU. This should be straightforward enough.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D154143
More information about the All-commits
mailing list