-
Notifications
You must be signed in to change notification settings - Fork 4
Add support for 2D recommend tool #15
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
dd2b9ca
WIP: Add 2D heuristic implementation to cuFFTAdvisor
adammydla 5ecfb60
Add new option to disallow 2D rotation
adammydla 13d032a
Fix not using correct method definition syntax
adammydla c840a03
Fix not using correct arguments in optimizeXYZ call
416f060
Add exponent 11 to sizeOptimizer
adammydla 9397707
Merge branch '2D-advisor' of https://github.com/adammydla/cuFFTAdviso…
adammydla 654681c
Fix bugs in sizeOptimizer
adammydla 376ae7f
Fix incorrect results in first benchmark test
31a6665
Recreate2D rotation heuristic
adammydla f2aa419
Add kernel count to size sorter
adammydla ef86e4d
Fix bugs in kernel count in Transform and GeneralTransform class
3619d7f
Add possibility to optimize only selected dimensions
adammydla 3656850
Fix bugs in dimension optimization selection
3e2155d
Add check for invalid index access
adammydla ac1d681
Add initialization and comment to kernelInvocationX fields
adammydla 0111f3e
Fix incorrect name in --countOfOptimizedDimensions option
adammydla ed94985
Merge remote-tracking branch 'origin/2D-advisor' into 2D-advisor
adammydla 4540039
Fix wrongly comparing float with int
adammydla df8cf7b
Add constant MaxNumberOfOptimizedDimensions
adammydla f8c27fe
Fix error with dangling space in generalTransform.hpp
b906e45
Fix help message for --countOfOptimizedDimensions option
8a559f2
Merge branch '2D-advisor' of https://github.com/adammydla/cuFFTAdviso…
33bf700
Add MinimalCountOfUsedConfigurations constant
70bbf4b
Delete swapped2D field from GeneralTransform
fb8fd8a
Set fields originalX..Y..Z to be const
3059847
Add default initialization and constructors for struct Polynom
13391d3
Fix using 0 instead of actual values
eeff51a
Delete unused if branches in swapSizes2D
822ce3a
Add documentation for swapSizes2D function
f39c134
Add rotation decision tree picture to repository
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.