Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
shailesh1729 committed Oct 30, 2021
1 parent a260951 commit 9aa5620
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ General stuff

Initial release

# Version comparisons

[Unreleased]: https://github.com/carnotresearch/cr-sparse/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/carnotresearch/cr-sparse/compare/v0.1.6...v0.2.0
[0.1.6]: https://github.com/carnotresearch/cr-sparse/compare/v0.1.5...v0.1.6
Expand Down
5 changes: 4 additions & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,10 @@ $m=n$ by definition and we just mention $n$.
| Diagonal matrix mult| n=1M | 966 µs | 95.7 µs | 10x | 992 µs | 96.3 µs | 10x |
| Matrix mult | (m,n)=(10K,10K) | 11 ms | 2.51 ms | 4.37x | 11.6 ms | 2.51 ms | 4.63x |
| First derivative | n=1M | 2.15 ms | 71.1 µs | 30.2x | 2.97 ms | 186 µs | 15.97x |
| HAAR DWT2, level=8 | input=(4000,4000) output=(4096, 4096) | 981 ms | 34.4 ms | 28.5x | 713 ms | 60.8 ms | 11.7x |
| HAAR DWT2, level=8 | in=(4K,4K) | 981 ms | 34.4 ms | 28.5x | 713 ms | 60.8 ms | 11.7x |

For HAAR DWT2, input image is of shape (4000, 4000) and the output
wavelet coefficients image is of shape (4096, 4096).

\normalsize

Expand Down

0 comments on commit 9aa5620

Please sign in to comment.