Skip to content

Fix the size one case and provide informative error message in the size zero case.#47

Merged
dannys4 merged 1 commit intoJuliaMath:mainfrom
andreasnoack:an/fix01
Mar 17, 2025
Merged

Fix the size one case and provide informative error message in the size zero case.#47
dannys4 merged 1 commit intoJuliaMath:mainfrom
andreasnoack:an/fix01

Conversation

@andreasnoack
Copy link
Member

@andreasnoack andreasnoack commented Mar 17, 2025

Currently, the size one case errors and the size zero case hangs. I've also added more tests. There reveal that there is a bug in the pow4 fft but I will file a separate issue for that.

Closes #48

@codecov
Copy link

codecov bot commented Mar 17, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

size zero case.

Currently, the size one case errors and the size zero case hangs.
I've also added more tests. They revealed a bug in the
pow4 fft which I have also fixed.
@andreasnoack
Copy link
Member Author

@dannys4 I found the bug in pow4 kernel and have updated this PR with the fix.

@dannys4 dannys4 added this pull request to the merge queue Mar 17, 2025
Merged via the queue into JuliaMath:main with commit d577a6b Mar 17, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug in Pow4 kernel

2 participants