guix-patches
[Top][All Lists]
Advanced

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

bug#34188: [PATCH] gnu: Add ELPA.


From: Eric Bavier
Subject: bug#34188: [PATCH] gnu: Add ELPA.
Date: Wed, 13 Feb 2019 14:13:07 -0600

On Tue, 5 Feb 2019 09:12:55 -0600
Eric Bavier <address@hidden> wrote:

> >   
> > > +         "--with-mpi=no"
> > > +         ;; ELPA unfortunately does not support runtime dispatch, so we 
> > > can
> > > +         ;; only enable the "generic" kernels.  See the "Cross 
> > > compilation"
> > > +         ;; section of INSTALL.md.
> > > +         "--enable-generic"
> > > +         "--disable-sse" "--disable-sse-assembly" ;Require SSE3
> > > +         "--disable-avx" "--disable-avx2" "--disable-avx512"    
> > 
> > For a future patch, do you think you can enable function
> > multi-versioning (FMV) for this code using the scripts at
> > <https://github.com/clearlinux/make-fmv-patch>?  That’d be pretty cool.  
> 
> It would be cool.  And this package might be a good candidate to test,
> since we can also compare the achieved performance against the
> hand-rolled assembly.

Most of the computational bits are implemented in Fortran90, and it
turns out gfortran does not support FMV.  In order to use it, the
kernels would need to be wrapped with a higher-level interface written
in C.  This is doable, but for a later time.

Pushed in 6d433d6ef7c33b8599199481e1c1faff6584d1ac

`~Eric

Attachment: pgpHmzD428OzM.pgp
Description: OpenPGP digital signature


reply via email to

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