-
Notifications
You must be signed in to change notification settings - Fork 30
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
Exported data types, finfo and iinfo symbols #913
Conversation
View rendered docs @ https://intelpython.github.io/dpctl/pulls/913/index.html |
Array API standard conformance tests for dpctl=0.14.0dev0=py310h8c27c75_118 ran successfully. |
Array API standard conformance tests for dpctl=0.14.0dev0=py310h8c27c75_121 ran successfully. |
Array API standard conformance tests for dpctl=0.14.0dev0=py310h8c27c75_123 ran successfully. |
Array API standard conformance tests for dpctl=0.14.0dev0=py310h8c27c75_124 ran successfully. |
8600e83
to
36014f8
Compare
Array API standard conformance tests for dpctl=0.14.0dev0=py310h8c27c75_145 ran successfully. |
Array API standard conformance tests for dpctl=0.14.0dev0=py310h8c27c75_150 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.
This PR looks good to me. @npolina4 if you approve this, we can merge it.
Array API standard conformance tests for dpctl=0.14.0dev0=py310h8c27c75_163 ran successfully. |
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Array API standard conformance tests for dpctl=0.14.0dev0=py310h8c27c75_163 ran successfully. |
This PR adds data type objects to
dpct.tensor
namespace, specificallyThis also adds
dpctl.tensor.iinfo
anddpctl.tensor.finfo
. These are directly imported fromnumpy
.