You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR updates ducc0 to version 0.8.0, which enables the use of the DUCC0_OPTIMIZATION variable. This should permit to overcome the problems described in issue #91.
Ok, the documentation on Readthedocs has been built successfully (build #12798035). It completed successfully in 310 seconds: do you think this might fix #90?
The tests ran by .github/workflows/tests.yml now take 1m30s instead of 2m40s to run: impressive!
As long as the test cases themselves are very small, this is expected, since the compile time dominates. For a large test suite with demanding tests (e.g. the one coming with ducc0), the testing time will become much longer when optimization is switched off.
It completed successfully in 310 seconds: do you think this might fix #90?
If it is a matter of memory consumed by the compiler, I'm pretty sure it will.
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
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.
This PR updates ducc0 to version 0.8.0, which enables the use of the
DUCC0_OPTIMIZATIONvariable. This should permit to overcome the problems described in issue #91.