-
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
Merge master to gold/2021 #1484
Merged
Merged
Conversation
This file contains 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
…1457) * Check dtype support of each array in resulting tuple in call_origin * Use dpnp.linspace in test_histograms
* Reuse dpctl.tensor comparison functions. * Fixed remarks for comparison functions. * Skip part of test_bounds_fallback tests on Windows.
Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
* Improve dpnp.log() implementation * Added a test with bool type * Removed excess code from the backend * Fix faults in tests * Added missing dot at the end of exception text Co-authored-by: vlad-perevezentsev <vladislav.perevezentsev@intel.com> * Fixed typos in docstring * Fixed return type in docstring --------- Co-authored-by: vlad-perevezentsev <vladislav.perevezentsev@intel.com>
* Improve dpnp.cos() and dpnp.sin() implementations * Update dpnp/backend/extensions/vm/vm_py.cpp Co-authored-by: vlad-perevezentsev <vladislav.perevezentsev@intel.com> * Update dpnp/backend/extensions/vm/vm_py.cpp Co-authored-by: vlad-perevezentsev <vladislav.perevezentsev@intel.com> --------- Co-authored-by: vlad-perevezentsev <vladislav.perevezentsev@intel.com>
* Reuse dpctl.tensor.sqrt for dpnp.sqrt * Update tests and docstrings for dpnp.sqrt * Add sqrt call from OneMKL by pybind11 extension * Update test_umath for dpnp.sqrt * Remove DPNP_FN_SQRT_EXT and update docstrings * Return deleted DPNP_FN_SQRT_EXT * Update dpnp/backend/extensions/vm/vm_py.cpp * Update dpnp/backend/extensions/vm/vm_py.cpp --------- Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
* Reuse logical operations from dpctl.tensor * Apply the comment * Removed unused backend code
Improve dpnp.square() implementation
Reuse dpctl.tensor.floor_divide() function.
* Add metadata to setup.py * Set development status to beta * Apply comments * FIx precommit cheks * fix one more precommit check --------- Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
* Update cholesky function * Update dpnp.linalg.eig function * Update dpnp.linalg.eigvals * Update dpnp.linalg.inv() * Update dpnp_norm * Update dpnp.linalg.qr * Update dpnp.linalg.svd * Rename and move get_res_type_with_aspect func * dpnp_inv should return float when got float type
* Removed extra copy for strided arrays in dot() * Added support of strided arrays * Added support of strided out array * Fix handling of 1d and 2d arrays
* Initial commit * Cleanups and fixes * Review comments, bug fixing and tests
6 tasks
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.
Merge the latest content from
master
branch togold/2021
in scope of OOC release0.12.1
.