[Bug 1592066] Comment bridged from LTC Bugzilla

2017-08-08 Thread bugproxy
--- Comment From bren...@br.ibm.com 2017-08-08 11:48 EDT---
Canonical,

please close this bug, let's follow upstream for the upcoming release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592066

Title:
  [Ubuntu 16.10] Need to have an optimised atlas version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1592066/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1592066] Comment bridged from LTC Bugzilla

2016-08-30 Thread bugproxy
--- Comment From thierry.fa...@fr.ibm.com 2016-08-30 10:19 EDT---
$ apt-cache madison atlas
atlas | 3.10.3-1ubuntu1 | http://fr.ports.ubuntu.com/ubuntu-ports 
yakkety/universe Sources

but from source
$ cat debian/patches/series
02_rename_lapack_atlas.diff
static_full_blas_lapack.diff
shared_libraries.diff
10_s390.diff
16_warning-removed.diff
17_hppa.diff
18_alpha.diff
20_armel.diff
21_mips2.diff
22_sh.diff
kfreebsd.diff
armel-is-v4t.diff
generic.diff
ppc64el-abiv2.patch
ppc64el-ifdef-files-with-lvx.patch
powerpc-dcbt.patch

so ppc64el-ifdef-files-with-lvx.patch is still applied and compilation
doesn't use VSX for ppc64le.

Would you check the previously added patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592066

Title:
  [Ubuntu 16.10] Need to have an optimised atlas version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/atlas/+bug/1592066/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1592066] Comment bridged from LTC Bugzilla

2016-08-26 Thread bugproxy
--- Comment From thierry.fa...@fr.ibm.com 2016-08-26 03:52 EDT---
Can we ensure compilation is using VSX

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592066

Title:
  [Ubuntu 16.10] Need to have an optimised atlas version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/atlas/+bug/1592066/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1592066] Comment bridged from LTC Bugzilla

2016-08-01 Thread bugproxy
--- Comment From thierry.fa...@fr.ibm.com 2016-08-01 07:18 EDT---
Bug#833139 on Debian has been opened for same request of upgrade

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592066

Title:
  [Ubuntu 16.10] Need to have an optimised atlas version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/atlas/+bug/1592066/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1592066] Comment bridged from LTC Bugzilla

2016-07-29 Thread bugproxy
--- Comment From thierry.fa...@fr.ibm.com 2016-07-29 03:05 EDT---
I am happy to announce the release of ATLAS 3.10.3.  Please forward this
e-mail to any relevant mailing list, or to any parties that are
repackaging the stable release that you know about.

ATLAS 3.10.3 should be noticeably faster than 3.10.2 on modern hardware,
but the 3.11 series is almost always much faster on such systems.  While
I was able to backport support for modern architectures, and even
provide some reasonable kernels for modern ISA extensions, the 3.11
series allows for much larger block factors and improved storage formats
that are required to get decent performance many modern machines
(including all AVX-enabled Intel chips).  So, if you can use it, 3.11 is
still the best for modern machines by a long way.

I had hoped to have ATLAS 4.0 out by now, but various setbacks have
delayed the release, necessitating 3.10.3, since 3.10.2 was not
installing well on modern machines.

3.10.3 fixes these three bugs:
http://math-atlas.sourceforge.net/errata3.10.2.html#herkNaN
http://math-atlas.sourceforge.net/errata3.10.2.html#syr2kNaN
http://math-atlas.sourceforge.net/errata3.10.2.html#rotmg

I have tested 3.10.3 to work on the following OSes:
1. Linux
2. Windows64 (cygwin64 builds now work!)
3. AIX
4. OS X

For OSes 2-4, see special sections in the install guide for additional help:
http://math-atlas.sourceforge.net/atlas_install/node53.html
Hopefully other OSes (eg., Windows32, Solaris) still work from 3.10.2
testing.

Also note that clang can now be used to build ATLAS by adding:
--force-clang=/path/to/clang
to your configure line.  For the open version of clang, performance
still tends to lag gcc, but is strongly improved from last release.
Apple's clang appears to be substantially faster, but I may be mistaken.

New architecture support available in 3.10.3 includes:
1. ARM32: a7, a9, a15 (auto-detect of SOFT/HARD ABI)
2. ARM64: xgene1, a53, a57
3. Intel: Corei3 & Corei4 (skylake)
4. IBM: Z series, POWER8 (including little/big endian)

Support for modern vector extensions in atlas_simd.h:
1. Intel AVX2
2. IBM VSX & Z-series VX
3. ARM64 Advanced SIMD
4. ARM32 NEON (only if -Si ieee 0 flag is thrown)

Regards,
Clint

ATLAS 3.10.3 released 07/28/16, highlights of changes from 3.10.2
* Updated F77 L1BLAS testers to those used LAPACK3.6.1
* Fixed bug in rotmg revealed by LAPACK3.6.1 testers
* Fixed bug in hprk/sprk that could cause NaN propogation in
HERK/SYRK due
to reading uninitialized memory in BETA=0 case
* Fixed bug in threaded SYR2K/HER2K that could cause NaN propogation due
to reading uninitialized memory
* Extended matrix/vector norm functions to detect NaNs
* Extended configure:
+ --force-clang=/path/to/clang : will use clang for all C compilers,
even goodgcc (assumes gcc flag & inline-assembly compatibility)
+ --cripple-atlas-performance: install despite failing throttle check
+ Can now use arch string rather than enum # for -A arg
+ --force-tids now affects ATLrun.sh as well as threaded build
+ ARM32 autodetects SOFTFP/HARDFP ABI
* backport of config & archdefs for:
+ POWER[7,8]le, IBMz[10,13,19], Corei[3,4], ARM[7,9,15,17],
ARM64[xgene,a53,a57]
+ archdefs for NEON ARMa[7,15]
+ config support for IBM Z[9,196,12]
* backport & extension of atlas_simd.h & atlas_cplxsimd.h
+ New SIMD kernels for: VSX, VXZ, AVX2, AdvancedSIMD, NEON
* Fixed mflop test of PrintMMLine, that sometimes failed to print
valid mflop due to negative values from prior runs
* Removed ATL_dmm6x1x60_sse2_32.c from z index files (not valid cplx
kern)
* Forced MinGW comps to be ignored unless -Si nocygwin 1 is set
* Added support for WOW64 detection & basic use, numerous changes to
make
work on cygwin64
* Fixed uninit nM in s[1,2]nxtune.c's RecDoubleNX

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592066

Title:
  [Ubuntu 16.10] Need to have an optimised atlas version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/atlas/+bug/1592066/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1592066] Comment bridged from LTC Bugzilla

2016-07-27 Thread bugproxy
--- Comment From thierry.fa...@fr.ibm.com 2016-07-27 07:04 EDT---
Beta version 3.10.3BETA is currently being tested - On Ubuntu all tests are 
currently successful. Waiting for release to be out.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592066

Title:
  [Ubuntu 16.10] Need to have an optimised atlas version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/atlas/+bug/1592066/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs