-
Notifications
You must be signed in to change notification settings - Fork 22
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
implement dpnp.matvec
and dpnp.vecmat
#2288
Conversation
View rendered docs @ https://intelpython.github.io/dpnp/index.html |
Changes unknown |
Array API standard conformance tests for dpnp=0.17.0dev5=py312he4f9c94_25 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.
Thank you @vtavana , no more comments from me
In this PR, `dpnp.matvec` and `dpnp.vecmat` are implemented which are introduced in `numpy-2.2`. 5b140db
In this PR,
dpnp.matvec
anddpnp.vecmat
are implemented which are introduced innumpy-2.2
.