forked from IntelPython/dpnp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add implementation of
dpnp.histogram
(IntelPython#1785)
* Implement dpnp.histogram * Updated third party tests for histogram * Updated histogram tests due to new dpnp.cumsum() impl * Applied pre-commit checks * Added dpnp tests * Added CFD tests * Renamed test_histogram.py * Updated tests to run on Iris Xe * Get rid of block size * Addressed review comments * Leftovers from rebase * Cast bin edges to default floating type if density is enabled
- Loading branch information
1 parent
f6f660c
commit 8d04592
Showing
13 changed files
with
961 additions
and
273 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.