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

Add FFT1D tensor size checks #499

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Conversation

tbensonatl
Copy link
Collaborator

Add explicit checking of the input/output tensor sizes for 1D FFTs. Throw an exception if the sizes are not as expected, even in Release builds. One consequence of the checks is that they enforce that zero padding applied within the fft() operator be explicit (via the fft_size) param rather than implicit.

Add explicit checking of the input/output tensor sizes for
1D FFTs. Throw an exception if the sizes are not as expected,
even in Release builds. One consequence of the checks is that
they enforce that zero padding applied within the fft()
operator be explicit (via the fft_size) param rather than
implicit.
@tbensonatl
Copy link
Collaborator Author

/blossom-ci

@cliffburdick cliffburdick merged commit 3aea0e9 into main Oct 2, 2023
@cliffburdick cliffburdick deleted the add-fft1d-tensor-size-checks branch October 2, 2023 23:01
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.

2 participants