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

All the mentioned files not present #1

Open
Astruj opened this issue May 5, 2018 · 2 comments
Open

All the mentioned files not present #1

Astruj opened this issue May 5, 2018 · 2 comments

Comments

@Astruj
Copy link

Astruj commented May 5, 2018

All the files which have been mentioned in the pdf doc are not available in the folder. Please tell me where to find them.

@jeremyfix
Copy link
Owner

jeremyfix commented May 7, 2018 via email

@Astruj
Copy link
Author

Astruj commented May 7, 2018

• Computing linear and circular convolutions with the FFT and FFTW :convolution fftw.cc, convolution fftw.h
• The script for the benchmarks of the direct implementation of the convolution : bench convolution std.cc
• The script for the benchmarks of the FFT-based convolution with FFTW :bench convolution fftw.cc
Computing a 2D linear convolution of randomly generated matrices with or without padding:
– with GSL : linear convolution gsl benchmark.cc
– with FFTW : linear convolution fftw benchmark.cc
• Computing a 2D circular convolution of randomly generated matrices with or without padding:
– with GSL : circular convolution gsl benchmark.cc
– with FFTW : circular convolution fftw benchmark.cc
• Computing a 2D linear convolution with images, using the optimal code :
– with GSL : linear convolution gsl.cc
– with FFTW : linear convolution fftw.cc
• Computing a 2D circular convolution with images, using the optimal code :
– with GSL : circular convolution gsl.cc
– with FFTW : circular convolution fftw.cc
These files are not present(except for convolution_fftw.h). Their details have been mentioned in the shared doc.

It will be very helpful if you share these files.

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

No branches or pull requests

2 participants