Mild optimization of the wavelet transform#329
Open
jakirkham wants to merge 1 commit intonanshe-org:masterfrom
Open
Mild optimization of the wavelet transform#329jakirkham wants to merge 1 commit intonanshe-org:masterfrom
jakirkham wants to merge 1 commit intonanshe-org:masterfrom
Conversation
944c7cd to
8faa20f
Compare
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. |
ab4d908 to
ca1389c
Compare
6e695ba to
39e424f
Compare
3111cd1 to
c5287cd
Compare
c5287cd to
1e73182
Compare
1e73182 to
ef76526
Compare
…on to move a tight loop out of Python and into C++.
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.