search for: libopenblaso

Displaying 3 results from an estimated 3 matches for "libopenblaso".

Did you mean: libopenblas
2020 May 27
2
Changing the BLAS from openblas on a F32 box
...is topic to fedora-devel. > All I know is that using the openblas shipped with Fedora for R is > currently a recipe for disaster for the large GAMs we're trying to > fit. But being able to switch to atlas temporarily is a good > alternative. Note that switching to openblas-openmp (libopenblaso.so) should be thread-safe and will probably get you a better performance than Atlas. Also, Fedora packages blis (which provides /lib64/blisblas/libblas.so.3). It seems to be thread-safe should be more performant than Atlas too. -- I?aki ?car
2020 May 27
0
Changing the BLAS from openblas on a F32 box
...t; > All I know is that using the openblas shipped with Fedora for R is > > currently a recipe for disaster for the large GAMs we're trying to > > fit. But being able to switch to atlas temporarily is a good > > alternative. > > Note that switching to openblas-openmp (libopenblaso.so) should be > thread-safe and will probably get you a better performance than Atlas. > Also, Fedora packages blis (which provides > /lib64/blisblas/libblas.so.3). It seems to be thread-safe should be > more performant than Atlas too. > > -- > I?aki ?car -- Gavin Simpson,...
2020 May 27
2
Changing the BLAS from openblas on a F32 box
Of course, even a simpler trick is to launch R as follows: LD_PRELOAD=/lib64/atlas/libsatlas.so.3 R and then the symbols in libsatlas take precedence over libopenblas. Or a mix between both alternatives, i.e., setting LD_PRELOAD=/path/to/some/link R and then change that link to point to openblas, atlas... Whatever suits you best. I?aki On Wed, 27 May 2020 at 11:00, I?aki Ucar <iucar at