Implemented dpctl.tensor.eye constructor and tests#896
Implemented dpctl.tensor.eye constructor and tests#896oleksandr-pavlyk merged 14 commits intoIntelPython:masterfrom
Conversation
|
I am seeing some compiler warnings: |
|
The following input |
Must have been transient. Can not observe it anymore. |
oleksandr-pavlyk
left a comment
There was a problem hiding this comment.
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.