-
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
ifft_full #381
ifft_full #381
Conversation
3b7159e
to
97eb1d5
Compare
48cd65e
to
897067d
Compare
97eb1d5
to
8e89407
Compare
897067d
to
1bebf3e
Compare
8e89407
to
71cf1a2
Compare
1bebf3e
to
1fb3b5d
Compare
7df206b
to
19779ce
Compare
1c21bc6
to
ded50d7
Compare
19779ce
to
becaa49
Compare
ded50d7
to
919bfcb
Compare
becaa49
to
5615ce4
Compare
919bfcb
to
63849ac
Compare
5615ce4
to
436d4b5
Compare
60c1624
to
6ad5cc4
Compare
5f4316d
to
12cfd0d
Compare
is it obvious that this is ok? Code quote: Swaps the bit index abc <-> cba, where |a|=|c| and |b| = 0 or 1 |
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 3 files reviewed, 2 unresolved discussions (waiting on @spapinistarkware)
src/core/backend/avx512/fft.rs
line 197 at r2 (raw file):
for index_h in 0..(1 << (log_size - fft_layers - VECS_LOG_SIZE)) { for layer in (0..fft_layers).step_by(3) { match fft_layers - layer {
Suggestion:
while fft_layers - layer >= 3 {
...
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 1 of 2 files at r2.
Reviewable status: 0 of 3 files reviewed, 2 unresolved discussions (waiting on @spapinistarkware)
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 3 files reviewed, 2 unresolved discussions (waiting on @ilyalesokhin-starkware)
src/core/backend/avx512/fft.rs
line 197 at r2 (raw file):
for index_h in 0..(1 << (log_size - fft_layers - VECS_LOG_SIZE)) { for layer in (0..fft_layers).step_by(3) { match fft_layers - layer {
Look at the last version
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 3 files reviewed, 2 unresolved discussions (waiting on @ilyalesokhin-starkware)
src/core/backend/avx512/fft.rs
line 104 at r2 (raw file):
Previously, ilyalesokhin-starkware wrote…
is it obvious that this is ok?
No, but it is ok.
436d4b5
to
20a6d22
Compare
12cfd0d
to
aec5081
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.
Reviewed 1 of 2 files at r1, 2 of 2 files at r3, 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/381) <!-- Reviewable:end -->
aec5081
to
3865705
Compare
This change is