guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fftw runtime cpu detection


From: Chris Marusich
Subject: Re: fftw runtime cpu detection
Date: Fri, 06 Apr 2018 00:54:19 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Eric Bavier <address@hidden> writes:

> I recently discovered that the FFTW library can do runtime cpu
> detection.

Cool!  I'm not familiar with this library, but the patch seems pretty
reasonable to me.

> In order to do this, the package needs to be configured to build SIMD
> "codelets", like how our 'fftw-avx' currently does.  Then, based on
> the instruction support detected at runtime, make those kernels
> available to the fftw "planner" for execution.

So, if we choose the right configure flags at build time (for the given
architecture), then at runtime, the software will detect the CPU and
either perform better or make more features available.  Is that right?

I see you added the "--enable-sse" configure flag, and it not present
before.  Why did you add it?

-- 
Chris

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]