This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 132
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
[gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
[gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
[gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
[gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
[gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
[gpuCI] Auto-merge branch-0.16 to branch-0.17 [skip ci]
…module (#241) * Initial commit, function outlines added * Updated CHANGELOG.md * Added functions, need to test * Added inverse_complex_cepstrum and test * Added minimum phase, and corresponding test * Added start of elementwise kernels * Added inverse complex cepstrum elementwise kernel * Fix merger * Fix formatting * Few updates and EWK for minimum phase * Fix flake8 * Merge branch-0.17 * Make CuPy v8 minimum * Update yaml files * Add optimizations * Formatting * Formatting * Minor op * Fix CI errors Co-authored-by: Matthew <[email protected]>
* Initial push * Update CHANGELOG.md * Replace fftpack with fft * Replace fftpack with fft * Remove CuPy v7 path in _fft_convolve * Replace fftpack with fft * Replaced fftpack with fft in hilbert(2) * Replace fftpack with fft * Replace fftpack with fft * Replace fftpack with fft * Remove fft cache * Remove major ver * Minor changes * Add c++11 to Windows * Optimize chebwin more * More optimizations to windows EWKs * more ops * Optimizations to Wavelets * Ops to waveforms * More ops * Minor changes * Minor changes * Formatting * Formatting * Fix CI issues * Minor change * Clean up logic to call kernels * Removed dead code * Optimize wiener and add 2d test * Add EWK to hilbert * Minor change * Add EWK to hilbert2 * Add EWK to freq_shift for 3x improvement * Formatting * Moved firwin to CPU for speed up, data sizes small * Update CHANGELOG.md * Fix issues with swap to numpy * Add user switch to choose CPU or GPU path for filter design * Doc formatting * Add EWK to firwin * Minor changes * Style change to sosfilt * Moved small calculates back to CPU. 2x improvement * Fix flake8 * Replace np.matrix to remove pytest warning * Trying to fix CI error with chebwin and CentOS * Attempt 2 to fix chebwin * Add numpy testing for robustness and fix parzen error * More updates to testing to fix CI issues * Fix flake8 * Fix issue with build process in docker * Trying to fix CI * Another attempt to fix CI * Add consts * Explicit doubles * Try to break CI * Try to break CI * Fixed chebwin??
…eded={tests,validations,benchmarks,optimizations}
* Initial push * Move changes to new ticket * Update CHANGELOG.md * Update test_spectral_analysis.py
* Initial push * Move changes to new ticket * Fix bug in gausspulse * Add sincos * Update CHANGELOG.md * Formatting
Co-authored-by: Ray Douglass <[email protected]> Co-authored-by: BradReesWork <[email protected]>
[skip-ci-changelog] Merge branch-0.16 into branch-0.17
ENH Improve gpuCI scripts
* Update upload.sh * Update CHANGELOG.md
[skip-ci] [DOC] Update readme to reflect new version numbers
[REVIEW] Implemented convolve1d{2/3}o 'valid', needed={tests,benchmarks,optimizations}
[REVIEW] Add nightly benchmarks [skip-ci-changelog]
* Update E2E_Example.ipynb * Update CHANGELOG.md
* gpuciscripts clean and update * Updated upload.sh and build.sh * removed gpuci_logger and replaced parallel level * Updated changelog * update changelog * updated changelog.mg Co-authored-by: Mark Sadang <[email protected]>
* Fixing issue when reading sigmf files from parent folder * Changing the split pattern to accept extensions other than sigmf-data * Improve robustness of sigmf * Resolving conflicts * move things around * Merging with remote
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
awthomp
approved these changes
Dec 7, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
❄️ Code freeze for
branch-0.17
and v0.17 releaseWhat does this mean?
Only critical/hotfix level issues should be merged into
branch-0.17
until release (merging of this PR).What is the purpose of this PR?
branch-0.17
intomain
for the release