QuState / PhastFT

A high-performance, "quantum-inspired" Fast Fourier Transform (FFT) library written in pure and safe Rust.
Apache License 2.0
203 stars 8 forks source link

Updated benchmark instructions and fixed typos #10

Closed dmtrinh closed 7 months ago

dmtrinh commented 7 months ago

Also added a reference to https://github.com/pyFFTW/pyFFTW/issues/352 for folks who want to try the benchmarks on Apple Silicon.

smu160 commented 7 months ago

Hi @dmtrinh,

I ran into the same issue with pyFFTW on an m2 mac. I utilized a headless, server running debian 12 for all the benchmarks, so I never got around to addressing this issue on the apple chips. Thank you for providing and documenting the fixes! It will be included in the next release.

Best, Saveliy

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1e3bbd7) 94.28% compared to head (da8138a) 94.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #10 +/- ## ======================================= Coverage 94.28% 94.28% ======================================= Files 7 7 Lines 805 805 ======================================= Hits 759 759 Misses 46 46 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.