-
Notifications
You must be signed in to change notification settings - Fork 16
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
Patch release 0.8.1 #542
Merged
Patch release 0.8.1 #542
Conversation
This file contains 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
* load only pycuda engines in pycuda templates * load only pycuda engines in more templates
* testing idea of skipping gather_dict * apply error allreduce to other engines * added new reduced error logic to accelerated stochastic engines
* Fix conda to 24.1.1 because of bug in 24.1.2 * whitespace * Need to roll back to 23.11.0 * seems like conda 23.11.0 needs python 3.11
* Option to use full polynomial in ML linesearch * Tidy and add full polynomial for Euclid model * code restructure, less switching * change new parameter from boolean to str --------- Co-authored-by: Benedikt Daurer <[email protected]>
* WIP kernel implementation of general FFT filter * Tests for FFT filter * FFT-based gaussian smoothing in ML * Add dummy _get_smooth_gradient_fft in ML_serial * added batched fft_filter tests * implented numpy based gaussian fft filter and added more tests * Introduced new parameter for changing method for smoothing kernel * Fixed smooth gradient method parameter * add example for FFT smoothing in ML pycuda * Added new template * Working on FFT based Gaussian filter for cupy engines * Fixed another bug in batch multiply kernel * fft based Gaussian smoothing works with both Ml_pycuda and ML_cupy * small changes to accelerate tests * removed debugging traces * Improve error message when convolution kernel too big --------- Co-authored-by: Timothy Poon <[email protected]> Co-authored-by: Benedikt Daurer <[email protected]>
* pump version to 0.8.1 * Updated documentation * improved installation instructions * changed filtered cufft instructions to cupy env * small changes in text
* adding Python 3.12 to workflow * added more comments in workflow
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.
In this patch release, we have