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

Separate ifft #389

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Separate ifft #389

merged 1 commit into from
Mar 6, 2024

Conversation

spapinistarkware
Copy link
Contributor

@spapinistarkware spapinistarkware commented Feb 22, 2024

Separate ifft

Copied ifft into fft


This change is Reviewable

@spapinistarkware spapinistarkware force-pushed the spapini/02-21-clean_up_fft branch from 2b035c8 to 486ba7b Compare March 3, 2024 11:49
@spapinistarkware spapinistarkware force-pushed the spapini/02-22-Separate_ifft branch from fd130ea to 12008fd Compare March 3, 2024 11:49
@spapinistarkware spapinistarkware force-pushed the spapini/02-21-clean_up_fft branch from 486ba7b to 73036ec Compare March 4, 2024 09:24
@spapinistarkware spapinistarkware force-pushed the spapini/02-22-Separate_ifft branch from 12008fd to 9bf0b87 Compare March 4, 2024 09:24
@spapinistarkware spapinistarkware force-pushed the spapini/02-21-clean_up_fft branch 2 times, most recently from a89c843 to b916539 Compare March 4, 2024 11:04
@spapinistarkware spapinistarkware force-pushed the spapini/02-22-Separate_ifft branch from 9bf0b87 to 9099710 Compare March 4, 2024 11:04
@spapinistarkware spapinistarkware force-pushed the spapini/02-21-clean_up_fft branch 3 times, most recently from 95260d6 to 31c1986 Compare March 4, 2024 11:45
@spapinistarkware spapinistarkware force-pushed the spapini/02-22-Separate_ifft branch from 9099710 to 345b7d4 Compare March 4, 2024 11:45
@spapinistarkware spapinistarkware force-pushed the spapini/02-21-clean_up_fft branch 2 times, most recently from b5107b7 to 396c921 Compare March 4, 2024 12:40
@spapinistarkware spapinistarkware changed the base branch from spapini/02-21-clean_up_fft to dev March 4, 2024 12:42
@spapinistarkware spapinistarkware force-pushed the spapini/02-22-Separate_ifft branch from 345b7d4 to a600463 Compare March 6, 2024 06:50
@ilyalesokhin-starkware
Copy link
Collaborator

src/core/backend/avx512/fft/mod.rs line 131 at r2 (raw file):

}

// TODO(spapini): Move these to M31 AVX.

still needed?

Code quote:

// TODO(spapini): Move these to M31 AVX.

@ilyalesokhin-starkware
Copy link
Collaborator

src/core/backend/avx512/fft/rfft.rs line 10 at r2 (raw file):

    LHALF_INTERLEAVE_LHALF, ODDS_INTERLEAVE_ODDS,
};

what does r in rfft stand for? can you document the file?

Copy link
Collaborator

@ilyalesokhin-starkware ilyalesokhin-starkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 5 files at r2, all commit messages.
Reviewable status: 2 of 5 files reviewed, 2 unresolved discussions (waiting on @ilyalesokhin-starkware and @spapinistarkware)

@spapinistarkware spapinistarkware force-pushed the spapini/02-22-Separate_ifft branch from a600463 to 9ecf5ef Compare March 6, 2024 11:31
Copy link
Contributor Author

@spapinistarkware spapinistarkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 1 of 5 files reviewed, 2 unresolved discussions (waiting on @ilyalesokhin-starkware)


src/core/backend/avx512/fft/mod.rs line 131 at r2 (raw file):

Previously, ilyalesokhin-starkware wrote…

still needed?

I'll remove these in a different PR.


src/core/backend/avx512/fft/rfft.rs line 10 at r2 (raw file):

Previously, ilyalesokhin-starkware wrote…

what does r in rfft stand for? can you document the file?

Done.

@spapinistarkware spapinistarkware force-pushed the spapini/02-22-Separate_ifft branch from 9ecf5ef to 5694c61 Compare March 6, 2024 13:48
Copy link
Collaborator

@ilyalesokhin-starkware ilyalesokhin-starkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 5 files at r2, 3 of 3 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @spapinistarkware)

Copy link

graphite-app bot commented Mar 6, 2024

Merge activity

Separate ifft

Copied ifft into fft

<!-- 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/389)
<!-- Reviewable:end -->
@spapinistarkware spapinistarkware force-pushed the spapini/02-22-Separate_ifft branch from 5694c61 to 52840de Compare March 6, 2024 14:26
@graphite-app graphite-app bot merged commit 52840de into dev Mar 6, 2024
6 of 7 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.

2 participants