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

test: run (I)FFT benchmark under uniform conditions #382

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

chokobole
Copy link
Contributor

Description

This commit ensures that both arkworks and Tachyon perform FFT benchmarks without incurring any copy overhead. Previously, arkworks (I)FFT didn't incur any copy overhead, while Tachyon did. Now, both implementations are configured to avoid copy overhead for consistency and accurate benchmarking.

Copy link
Contributor

@dongchangYoo dongchangYoo left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@Insun35 Insun35 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@TomTaehoonKim TomTaehoonKim left a comment

Choose a reason for hiding this comment

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

LGTM

This commit ensures that both arkworks and Tachyon perform FFT benchmarks
without incurring any copy overhead. Previously, arkworks (I)FFT didn't
incur any copy overhead, while Tachyon did. Now, both implementations
are configured to avoid copy overhead for consistency and
accurate benchmarking.
@chokobole chokobole force-pushed the test/enable-fft-benchamrk-accurately branch from ee07ac7 to 59d92f1 Compare April 11, 2024 04:34
Copy link
Contributor

@ashjeong ashjeong left a comment

Choose a reason for hiding this comment

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

LGTM

@chokobole chokobole merged commit 45262d0 into main Apr 11, 2024
3 checks passed
@chokobole chokobole deleted the test/enable-fft-benchamrk-accurately branch April 11, 2024 05:29
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.

None yet

5 participants