-
Notifications
You must be signed in to change notification settings - Fork 22
Reduce scope of skipping tests on device without fp64 aspect #1525
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
View rendered docs @ https://intelpython.github.io/dpnp/index.html |
The following cases fail
Inside
and similarly line 503
|
The |
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, @antonwolfy
Since #1515 is closed, the tests relating to
dpnp.reminder
anddpnp.mod
can be unmuted, since they are not failing anymore on a device without fp64 aspect.The TR also removed skipped tests for another already elementwise function leveraged from dpctl, such as
dpnp.add
,dpnp.divide
,dpnp.subtract
and some others.