-
Notifications
You must be signed in to change notification settings - Fork 93
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
AVX regular fft #390
AVX regular fft #390
Conversation
d59fd74
to
368ff8c
Compare
6a14ba3
to
7b32243
Compare
368ff8c
to
a78eb1b
Compare
7b32243
to
4d4559e
Compare
9f46325
to
0cebf44
Compare
9bf0b87
to
9099710
Compare
0cebf44
to
1aec621
Compare
9ecf5ef
to
5694c61
Compare
de3f95c
to
436ea83
Compare
are you trying to sneak this back in? Code quote: for layer in (VECWISE_FFT_BITS..fft_layers).step_by(3) {
match fft_layers - layer { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed all commit messages.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @spapinistarkware)
src/core/backend/avx512/fft/ifft.rs
line 83 at r1 (raw file):
Previously, ilyalesokhin-starkware wrote…
are you trying to sneak this back in?
do you think doing a match on every layer is better?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @ilyalesokhin-starkware)
src/core/backend/avx512/fft/ifft.rs
line 83 at r1 (raw file):
Previously, ilyalesokhin-starkware wrote…
do you think doing a match on every layer is better?
Since I added the fft, I want it to be visible that fft is exactly the same thing in reverse order.
The while
didn't really show this, since I needed to start the while from something weird like (fft_layers-4)/3*3+fft_layers
5694c61
to
52840de
Compare
Previously, spapinistarkware (Shahar Papini) wrote…
where do you need to start from something weird? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @ilyalesokhin-starkware)
src/core/backend/avx512/fft/ifft.rs
line 83 at r1 (raw file):
Previously, ilyalesokhin-starkware wrote…
where do you need to start from something weird?
In the regular fft (which is starting from higher bits).
And I want it to look exactly like the reverse of this (easier to understand why they are inverse of each other)
what is this syntax? Code quote: 5..=11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r1.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @spapinistarkware)
2c277df
to
52f967c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 2 files reviewed, 2 unresolved discussions (waiting on @ilyalesokhin-starkware)
src/core/backend/avx512/fft/ifft.rs
line 696 at r1 (raw file):
Previously, ilyalesokhin-starkware wrote…
what is this syntax?
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r2, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @spapinistarkware)
Merge activity
|
<!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/starkware-libs/stwo/390) <!-- Reviewable:end -->
52f967c
to
58647c1
Compare
This change is