-
Notifications
You must be signed in to change notification settings - Fork 30
Merge remote-tracking branch 'upstream/master' into gold/2021 #1273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…pe when newdtype=None (#1262) * For None returns default floating point type supported by device. * For all other types returns dpt.dtype(dtype) --------- Co-authored-by: Oleksandr Pavlyk <[email protected]>
Fix out of bounds integer behavior in dpctl.tensor.full
Implements logical operators and, or, xor, and not
- Not portable to devices without 64-bit precision
Implements negative, positive, pow, and square
* Implements log2 and log10 * Fixed docstrings for log10 and log2
…1265) * Change default dtype value in usm_ndarray * Use select_default_device() instead of SyclDevice()
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1273/index.html |
Array API standard conformance tests for dpctl=0.14.5dev1=py310h7bf5fec_23 ran successfully. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Merge
master
intogold/2021
branch