Skip to content
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

Improve performance of rebin2D-type algorithms #12935

Merged
merged 20 commits into from
Jun 29, 2015

Conversation

martyngigg
Copy link
Member

Fixes #12584

Tester
The script in the issue should now run much faster. On my machine the SofQW algorithm took ~130s to complete before these changes. It now takes ~15s. It should be noted that the code responsible for the polygon overlap calculation was improved first to give a ~50% speed improvement. The final improvement then came from re-enabling the OMP blocks to run the loop in parallel. It looks as if these were disabled for debugging but never re-enabled.

The release notes have been updated.

@martyngigg martyngigg added In Progress Framework Issues and pull requests related to components in the Framework labels Jun 25, 2015
@martyngigg martyngigg added this to the Release 3.5 milestone Jun 25, 2015
@martyngigg martyngigg force-pushed the 12584_rebin2d_performance_improvements branch from 6b5a5b0 to 3c2f089 Compare June 25, 2015 12:21
Clang and MSVC both require the full definition to be able to use it
as a member variable.
Refs #12584
@DanNixon DanNixon self-assigned this Jun 29, 2015
DanNixon added a commit that referenced this pull request Jun 29, 2015
…e_improvements

Improve performance of rebin2D-type algorithms
@DanNixon DanNixon merged commit 9581b70 into master Jun 29, 2015
@DanNixon DanNixon deleted the 12584_rebin2d_performance_improvements branch June 29, 2015 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants