-
Notifications
You must be signed in to change notification settings - Fork 30
Merge 0.15.0rc2 into gold/2021 #1416
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…iles Install missing elementwise test files into the dpctl prefix
…mon-hpp Add missing include, missing namespace definition
) * Removed redundant overlap tests Also rewrote overlap test for abs to only use a single dtype * Implements a pytest marker for tests currently broken for complex data types on some platforms The marker "broken_complex" can be used to skip these broken tests. Running the tests with `pytest --runcomplex` permits running the test. * "broken_complex" marker now skips only on Windows * Small change to broken_complex marker description "on Windows" added to make it clear that this marker only skips for Windows platforms
Also changed the implementation of ProjFunctor to make compiler's job eaiser.
Tests to be disable are in test_sqrt, test_exp, test_trigonometric, test_hyperbolic based on test run with 2024 compiler stack.
call operator of ProjFunctor must be const
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
View rendered docs @ https://intelpython.github.io/dpctl/pulls/1416/index.html |
Array API standard conformance tests for dpctl=0.15.0rc2=py310ha25a700_36 ran successfully. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is PR contains:
Install missing elementwise test files into the dpctl prefix #1409
Changes to elementwise function tests that use complex data types #1412
Add missing include, missing namespace definition #1414
call operator of ProjFunctor must be const #1415
Have you provided a meaningful PR description?
Have you added a test, reproducer or referred to an issue with a reproducer?
Have you tested your changes locally for CPU and GPU devices?
Have you made sure that new changes do not introduce compiler warnings?
Have you checked performance impact of proposed changes?
If this PR is a work in progress, are you opening the PR as a draft?