Projects
home:TheBlackCat
libbml
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
baselibs.conf
Added
@@ -0,0 +1,1428 @@ +ATLAS 3.9.75 released 05/23/12, changes from 3.9.74: + * Switched more archs to using gcc4.7.0: + + Some archs use gcc4.7.0 using 4.6.2 archdefs fine: + - AMD64K10h64SSE3, Core264SSE3, Corei264AVX, Corei264SSE3, ARMv7, + AMDDOZER64AVXFMA4, Core232SSE3, PPCG532AltiVec + + Some archs need new archdefs for gcc 4.7.0: + - Corei164SSE3, Corei132SSE3, PPCG564AltiVec + * Added a configure option to detect macports gcc as gcc + * Some string length extensions for better flag handling +ATLAS 3.9.75 released 05/17/12, changes from 3.9.74: + * add --force-tids= flag to configure to allow manual override of thread + affinity IDs (so you can ignore virtual processors) + * Switched POWER7 configure to prefer gcc 4.7.0 (4.6.2 fails full tester) + * New POWER7 archdefs for gcc 4.7.0 (pass full tester) +ATLAS 3.9.74 released 05/05/12, changes from 3.9.73: + * Improved Corei264SSE3 defaults for OS X sandy bridge machines + * Improved POWER764VSX defaults + * git snafu means some of fixes shown in 73 may only show up in 74 +ATLAS 3.9.73 released 04/03/12, changes from 3.9.72: + * Fixed bug where non-x86 archs couldn't build threaded libs + * Made it so ISA extension flags (eg., -msse) are added gfortran as well + * Added archdefs for HAMMER32SSE3 + * Added archdefs for Corei264SSE3 for use on OS X sandy bridge machines + * Fixed bug in emit_mm.c where GetUserCase did not initialize MCC/MMFLAGS + * Updated power7 gcc flags to work with gcc 4.6.2 + * New archdefs for POWER764VSX +ATLAS 3.9.72 released 03/30/12, changes from 3.9.71: + * Added missing [s,c] files in Dozer64 archdefs + * Provided new fpu probe (?MULADD files) that works better with modern gcc + * Added new archdefs for P4E64SSE3, HAMMER64SSE3 + * Made it so -msse/avx/etc autoadded to gcc default flags + * Fixed it so archdef install doesn't rerun gmmsearch unnecessarily +ATLAS 3.9.71 released 03/24/12, changes from 3.9.70: + * Added code to enforce in-order writes or not use PCA for weakly ordered + memory systems like IA64, PPC, POWER & ARM. + - These insts don't work on PPC/ARM, so turned off PCA on all these archs + * Added some support for AMD Bulldozer (K15h family): + - configure support recognizes FX chips + - Added probe for FMA4 ISA extension + - New FMA4-enabled kernels (all 4 precisions) + - Archdefs for AMDDozer + * Stopped L2timers from exceeding Cachelen in no-align upper limit + * Made it so BLAS testers are compiled w/o optimization + * Changed L2/3 BLAS testers to call ATLAS's lamch to compute EPS, since newer + gfortran will yield 80-bit eps in unsafe old loop compution using x87 +ATLAS 3.9.70 released 03/16/12, changes from 3.9.69: + * Fixed bugs that caused sporadic seg faults when tuning L2BLAS kernels + where ALIGNX2A was set + * Changed ATL_tge[qr,ql]2 to use LARFG rather than unstable LARFP + * config fixed to accept -Ss pmake XXX flag again + * Added ISA extensions to xprint_enums + * Added -# arg to slvtst + * Added archdefs for: + - Corei232AVX + - Corei132SSE3 + - Core232SSE3 + - PPCG532AltiVec +ATLAS 3.9.69 released 03/09/12, changes from 3.9.68: + * Improved ranking of possible gccs during configure + * Fixed buffer overrun in config.c that caused seg fault on Windows + * Added DRVOPTS to defs in lapack_test.tar.gz Makefiles + * Fixed config.c to define F77NOOPTS to include F77FLAGS + * Fixed buffer overrun in config.c that caused seg fault on Windows + * Fixed stack overwrites in: + - ATL_cmm4x4x128_av.c + - ATL_dmm4x4x2pf_av.c + - ATL_smm4x4x128_av.c + * Added archdefs for PPCG432AltiVec and USIII64 + * got rid of unused "OBJdir/include/atlas_?[t]xover_ge[Q-type,lu]r.h" files +ATLAS 3.9.68 released 02/23/12, changes from 3.9.67: + * Fixed ATL_smm4x4x128_av.c so it can use gcc's non-standard VRSAVE inst + * Did crappy adaptation of ATL_smm4x4x128_av.c to complex ATL_cmm4x4x128_av.c + * Fixed possible seg fault in atlconf_misc.c's CompIsIBMXL + * Updated flags & architectural defaults for PPCG564AltiVec +ATLAS 3.9.67 released 02/14/12, changes from 3.9.66: + * Fixed error in Core264SSE3's gemvN archdef + * Put in call to serial code for small threaded syr2k to avoid subtractive + cancellation caused by lapack tester sdrvst (DST of dsep.out) +ATLAS 3.9.66 released 02/08/12, changes from 3.9.65: + * Changed a lot of L3BLAS/auxil integer computations to size_t in order + to avoid overflow on very large matrices (N=47,000) +ATLAS 3.9.65 released 02/07/12, changes from 3.9.64: + * Improved single-precision ARM GEMM kernel. + * Improved s/c ARM archdefaults + * Fixed L2 threaded bugs by casting ldamul to size_t +ATLAS 3.9.64 released 01/31/12, changes from 3.9.63: + * Deleted MATGEN/*.o from lapack tester tarfile + * Commented out nonsensical Q-type LWORK testing in error exit tests + * Attempted to guard all x86 ISA extensions with appropriate ifdefs + * Added new generic x86 architectures: + - x86x87, x86SSE1, x86SSE2, x86SSE3 + * Added (crappy) architectural defaults for generic archs: + - x86x8732, x86SSE132SSE1, x86SSE232SSE2 + * Fixed it so flushCacheByAddr depends on SSE2, not SSE1 + * Added section on building generic libs in atlas_install + * Added -M handling to gmmsearch.c's GetFlags + * Fixed error when CacheEdge is 0 in threaded Level 2 BLAS and recursive + Q-type factorizations + * Changed makefile so rec Q-type factorizations depend on atlas_qrrmeth.h + * added lapack_test_pt_pt to test atlas threaded lapack + threaded blas + * Added new archdefs for PIII32SSE1/PPRO2 for debian guys + -> Gcc 4.6.1 x87 performance is terrible, and gfortran has compiler bug + that causes all blas testers to fail unless -O1 or lower opt thrown + * Add new configure flag -Si ieee 0, which allows non-IEEE crap like + ARM NEON to be used when set to 0 + * Added ARM NEON kernels for s/cGEMM, sGEMVT, sGER2K +ATLAS 3.9.63 released 01/11/12, changes from 3.9.62: + * Fixed unitialized variable in ProbeOS + * Modified all QR-related routines to call LARFG, eliminated LARFP from lib + to follow reversal done in mainline LAPACK + * Modified single precision LAPY[2,3] to call sqrtf rather than sqrt, so + that answers are directly comparable to F77 implementations +ATLAS 3.9.62 released 01/03/12, changes from 3.9.61: + * Fixed error in atlas_mvtesttime.h where No-trans applied align args + to wrong vector + * Fixed alignment restriction on ATL_cgemvN_8x4_sse3.c so alignY=16 + -> alignY really applies to X for axpy-based implemntations + -> Updated bunch of archdefs to fix this error + * Updated ATLAS's LAPACK tester to that of lapack 3.4 to get around LAPACK's + API changes + -> Won't work with older LAPACK, but I can't do anything about LAPACK + changing the API +ATLAS 3.9.61 released 01/01/12, changes from 3.9.60: + * Fixed inadequate workspace bug in GELS + * Fixed src/auxil/ATL_geset to properly handle non-square matrices +ATLAS 3.9.60 released 12/31/11, changes from 3.9.59: + * Fixed failure to check for M or N < 1 in genned ATL_[ger,ger2]k_Mlt16 + * Fixed ATL_getf2 to return first non-zero pivot instead of last + * Fixed error in QR,QL where non-square matrices get wrong value for M + * Fixed error in atlas_qrmeth.h, where method was not assigned (serial) + * Fixed several errors in malloc/handling of ge[lq,rq]f's ws_CPRaw +ATLAS 3.9.59 released 12/21/11, changes from 3.9.58: + * Fixed FLAGS= to CFLAGS= in all L2 index files + * Removed a *bunch* of buffer overrun poss in config & archinfo files + --> still need to adapt emit_buildinfo +ATLAS 3.9.58 released 12/14/11, changes from 3.9.57: + * Fixed errors in TRSM for non-SSE/AVX kernels + * Added BETA=0 case to AVX cgemvT kernel (caused AVX to fail sanity tests) +ATLAS 3.9.57 released 12/09/11, changes from 3.9.56: + * Fixed error involving declaration of ln (line 711) config.c + * Fixed divide-by-zero error for small threaded SYRK + * New archdefs for AMD64K10h64SSE3 + * Got rid of obsolete (and now bad) PowerPC archdefs + * Changed archinfo so it recognizes model 46 or Xeon X7560 as Corei1 + * Fixed dependence in Make.aux to run IRun_nthr rather than IRun_aff +ATLAS 3.9.56 released 12/07/11, changes from 3.9.55: + * Added kludge so that ATLAS can autobuild new lapack 3.4.0 + * Added HOME/local to searched paths + * Found & fixed another possible buffer overrun in FindGoodGcc/Gfortran + * Added kludge so that ATLAS can autobuild new lapack 3.4.0 + * Added HOME/local to searched paths + * Added check for NULL return of GetGE in bin/ testers + * Added AVX cgemvT kernel + * New Corei264AVX arch defs for gcc 4.6.2 +ATLAS 3.9.55 released 12/02/11, changes from 3.9.54: + * Rewrite of config to avoid buffer overruns caused by long flags/paths +ATLAS 3.9.54 released 10/24/11, changes from 3.9.53: + * Improvements to config's compiler handling: + - config can now search various gcc's for best version + - config now searches for full path for gcc and gfortran + - config now searches for libgfortran.[so,dll,dylib] for dynamic build + - config now searches and finds path for goodgcc + * config --shared now works on OS X assuming gnu gcc and gfortran + * atlas_contrib's L2 tuning section partially updated + * Improved double complex GER2 kernels for AVX and SSE + - Updated only 64-bit AVX archdefs +ATLAS 3.9.53 released 10/12/11, changes from 3.9.52: + * Removed ATLAS/pthreads from library + * Added AVX kernels for ZAXPY and ICAMAX +ATLAS 3.9.52 released 09/29/11, changes from 3.9.51: + * Improved complex TRSM performance, particularly for small L/U, large RHS + * Fixed bug in complex ATLAS/tune/blas/level3/invtrsm.c + * Accepted series of patches & arch defs to add ATLAS support for IBM Z9, + Z10, and z196 mainframe computers. + Patches submitted by Christian Borntraeger of IBM. +ATLAS 3.9.51 released 09/13/11, changes from 3.9.50: + * Improved AVX kernels 10% faster for all precisions + * Improved reporting in results/, updated docs in atlas_install + * Fixed bug in mmsearch when user case forces a change in NB +ATLAS 3.9.50 released 09/02/11, changes from 3.9.49: + * Fixed typo causing seg fault in l2 kernel searches + * Fixed a bunch of warnings coming from clang +ATLAS 3.9.49 released 09/01/11, changes from 3.9.48: + * Fixed unitialized var in all l2 kernel searches + * Fixed out-of-mem bugs in GERC and GER2C + * Fixed a bunch of warnings coming from clang +ATLAS 3.9.48 released 08/31/11, changes from 3.9.47: + * Architectural defaults for Atom64SSE3 + * Improved Real TRSM performance, particularly for small triangle, large RHS + - Improves Invers, Cholesky, LU (in perf order), part. for SREAL on x8664 + * Fixed bug in gerk assembly reported by Blooox + * Added Xeon E5645 detection to configure +ATLAS 3.9.47 released 08/05/11, changes from 3.9.46: + * Improve parallel performance for LU & QR. + * Improved performance for serial LQ and RQ. + * Architectural defaults for ARMv732 + * Made it so config recognizes Atom, and suggests good compiler flags + * Added ability to chart all QR and Cholesky variants in results/ + * Added a lot of charting options, including charting more than 4 lines
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.