-
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
Implemented dpctl.tensor.eye constructor and tests #896
Conversation
I am seeing some compiler warnings:
|
The following input |
Must have been transient. Can not observe it anymore. |
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.
Awesome! Thank you @ndgrigorian
Can you please rebase your commit on top of master to get rid of merge commits and then we can merge it. |
31e5f4a
to
ba3df76
Compare
Done |
Array API standard conformance tests failed to run for dpctl=0.14.0dev0=py310h8c27c75_107. |
eye()
returns an array with ones along the kth diagonal, and zeros elsewhere, and is implemented as per the array API standard specification.