Mild optimization of the wavelet transform - #329
Open
jakirkham wants to merge 1 commit into
Open
Conversation
jakirkham
force-pushed
the
speedup_wavelet_transform_2
branch
from
December 21, 2015 19:45
944c7cd to
8faa20f
Compare
jakirkham
force-pushed
the
speedup_wavelet_transform_2
branch
from
January 4, 2016 16:29
8faa20f to
6caa3ce
Compare
Member
Author
|
Toggling as Travis CI seems badly messed up. It was unable to recognize that it needed to and was able to perform a build. |
jakirkham
force-pushed
the
speedup_wavelet_transform_2
branch
2 times, most recently
from
January 5, 2016 18:38
ab4d908 to
ca1389c
Compare
jakirkham
force-pushed
the
speedup_wavelet_transform_2
branch
2 times, most recently
from
January 15, 2016 17:21
6e695ba to
39e424f
Compare
jakirkham
force-pushed
the
speedup_wavelet_transform_2
branch
3 times, most recently
from
February 13, 2016 19:21
3111cd1 to
c5287cd
Compare
jakirkham
force-pushed
the
speedup_wavelet_transform_2
branch
from
February 17, 2016 21:54
c5287cd to
1e73182
Compare
jakirkham
force-pushed
the
speedup_wavelet_transform_2
branch
from
March 14, 2016 12:19
1e73182 to
ef76526
Compare
…on to move a tight loop out of Python and into C++.
jakirkham
force-pushed
the
speedup_wavelet_transform_2
branch
from
April 11, 2017 19:28
ef76526 to
ca0e24c
Compare
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
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.
Related: #322
Requires: ukoethe/vigra#280
Combines all the convolutions together to be computed in C++. VIGRA needs to be rebuilt with the noted changes above. Needs to be tested on the cluster.