-
Notifications
You must be signed in to change notification settings - Fork 29
Remove marks broken_complex from all tests #1475
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/dpctl/pulls/1475/index.html |
95b55f9
to
3689e84
Compare
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_19 ran successfully. |
1 similar comment
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_19 ran successfully. |
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_20 ran successfully. |
df6e288
to
3c1b5c9
Compare
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_20 ran successfully. |
3c1b5c9
to
9180ecf
Compare
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_23 ran successfully. |
9180ecf
to
b1a4084
Compare
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_33 ran successfully. |
b1a4084
to
a8ebd37
Compare
After transition to oneapi::experimental namespace functions for complex types in gh-1411, all tests pass.
Since NumPy's output is not the same on Linux/Windows, tests fail on Windows, so they are skipped. Instead, f(conj(arg)) = conj(f(arg)) is tested on all platforms for those special values.
…the test with message
a8ebd37
to
3bcc7df
Compare
Array API standard conformance tests for dpctl=0.15.1dev2=py310h15de555_35 ran successfully. |
@ndgrigorian This PR removes uses of |
It looks good overall, but I assume the |
The
|
After transition to
sycl::ext::oneapi::experimental
namespace functions for complex types in gh-1411, all tests pass.