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

NTL cache-friendly FFT routines #1169

Closed
sagetrac-dmharvey mannequin opened this issue Nov 14, 2007 · 5 comments
Closed

NTL cache-friendly FFT routines #1169

sagetrac-dmharvey mannequin opened this issue Nov 14, 2007 · 5 comments

Comments

@sagetrac-dmharvey
Copy link
Mannequin

sagetrac-dmharvey mannequin commented Nov 14, 2007

I've written a more cache-friendly version of NTL's FFT routines. This may speed up NTL's polynomial arithmetic for polynomials of very high degree (e.g. > 100000) with small coefficients. For example I get a speedup of about 2x on sage.math.

BEFORE INCLUDING IN SAGE, someone needs to write some automatic tuning code, otherwise it might GREATLY SLOW DOWN arithmetic for small polynomials, which would be very stupid. See my website for code and more details:

http://math.harvard.edu/~dmharvey/code/ntl-fft/

CC: @vbraun

Component: basic arithmetic

Reviewer: Jean-Pierre Flori

Issue created by migration from https://trac.sagemath.org/ticket/1169

@sagetrac-mabshoff sagetrac-mabshoff mannequin added this to the sage-2.9 milestone Nov 15, 2007
@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Nov 28, 2008

comment:2

David,

what is the status here? It seems that your website does contain the code.

Cheers,

Michael

@sagetrac-dmharvey
Copy link
Mannequin Author

sagetrac-dmharvey mannequin commented Nov 28, 2008

comment:3

Yes it does, but it doesn't have tuning code and I don't have time to work on it now. Without proper tuning it is just as likely to make things slower.

@jdemeyer jdemeyer modified the milestones: sage-5.11, sage-5.12 Aug 13, 2013
@jpflori
Copy link

jpflori commented Oct 9, 2013

comment:5

I think this code has been integrated (somehow) into NTL 6.0.
So #14876 should supercede this.

@jpflori jpflori removed this from the sage-5.13 milestone Oct 9, 2013
@jpflori
Copy link

jpflori commented Dec 31, 2013

Reviewer: Jean-Pierre Flori

@jpflori
Copy link

jpflori commented Dec 31, 2013

comment:6

NTL 6.0.0 is on its way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants