platform/upstream/openblas.git
2017-12-30 Martin KroekerMerge pull request #1406 from martin-frbg/issue1292
2017-12-30 Martin KroekerMerge pull request #1403 from brada4/develop
2017-12-29 Martin KroekerTag %1 and %2 as both input and output
2017-12-26 Andrewinitialize potentially unitialized variables (clang5)
2017-12-21 Andrewfix couple of dead assignment warnings
2017-12-21 Andrewremove unused buffer
2017-12-21 Martin KroekerMerge pull request #1399 from martin-frbg/issue1398
2017-12-21 Martin KroekerAdd conditionals around ar calls for optional modules
2017-12-21 Martin KroekerRestore LAPACKE files for Xgeqpf, Xggsvd and Xggsvp
2017-12-13 Martin KroekerMerge pull request #1393 from martin-frbg/daxpybug
2017-12-13 Martin KroekerRetire Piledriver/Steamroller/Excavator daxpy microkern...
2017-12-10 Martin KroekerMerge pull request #1390 from martin-frbg/daxpybug
2017-12-10 Martin KroekerUse Sandybridge daxpy kernel on Haswell and Zen for now
2017-12-09 Martin KroekerIssue1388 (#1389)
2017-12-05 Andrewwarning cleanup (#1380)
2017-12-05 Martin KroekerMerge pull request #1382 from martin-frbg/dtrmv-1332
2017-12-05 Martin KroekerMerge pull request #1386 from martin-frbg/bignuma
2017-12-05 Martin KroekerMerge pull request #1387 from martin-frbg/cmakeandroid
2017-12-05 Martin KroekerExplicitly link against libm on Android with cmake...
2017-12-05 Martin KroekerLimit MAX_CPU to 1024 for now
2017-12-03 Martin KroekerDisable gemv unrolling
2017-12-03 Martin KroekerDisable multithreading for trmv
2017-12-03 Martin KroekerMerge pull request #1381 from martin-frbg/ctest-warnings
2017-12-03 Martin KroekerFix compiler warnings in ctest
2017-12-03 Martin KroekerMerge pull request #1379 from martin-frbg/warnfix
2017-12-02 Martin KroekerWork around compiler warnings for unused variables...
2017-12-02 Martin KroekerMerge pull request #1372 from martin-frbg/param
2017-12-02 Martin KroekerPrefix make jobs with travis_wait (#1378)
2017-12-01 Martin KroekerMerge pull request #1377 from isuruf/threads
2017-12-01 Isuru FernandoAllow overriding NUM_THREADS
2017-12-01 Martin KroekerMerge pull request #1376 from xoviat/patch-2
2017-11-30 xoviat[appveyor] fix test directory
2017-11-30 Martin KroekerMerge pull request #1375 from xoviat/patch-1
2017-11-30 xoviat[appveyor] fix syntax
2017-11-30 xoviat[appveyor] Use out-of-tree build and cache
2017-11-30 Martin KroekerMerge pull request #1373 from mc10/patch-1
2017-11-29 Kevin JiREADME: Use the SVG Travis badge
2017-11-29 Martin KroekerCorrect zgeadd_k prototype
2017-11-29 Martin KroekerMerge pull request #1371 from martin-frbg/develop
2017-11-28 martinAdd trivially optimized DSDOT for POWER8
2017-11-28 Martin KroekerMerge pull request #1369 from martin-frbg/dsdot
2017-11-28 Martin KroekerMerge pull request #1368 from brada4/develop
2017-11-26 Martin KroekerMerge pull request #1366 from martin-frbg/develop
2017-11-26 Andrewmore dead increments clang4 scan-build deadcode.deadstores
2017-11-26 AndrewEliminate 2-8 dead increments code
2017-11-25 Andrewelminate unread variable, after reiteration 3 of them...
2017-11-24 Martin KroekerAdd trivially optimized dsdot based on sdot
2017-11-24 Martin KroekerAdd trivially optimized dsdot based on sdot
2017-11-24 Martin KroekerAdd trivially optimized dsdot based on sdot
2017-11-24 Martin KroekerAdd trivially optimized dsdot based on sdot
2017-11-24 Martin KroekerAdd trivially optimized dsdot based on sdot
2017-11-24 Martin KroekerAdd trivially optimized dsdot based on sdot
2017-11-24 Martin KroekerAdd trivially optimized dsdot based on sdot
2017-11-24 Andreweliminate Wunused-const gcc7 warning
2017-11-24 Andrewfix spurious compiler warning fix (no code change)
2017-11-24 Andrewfix spurious compiler warning (no code change)
2017-11-24 martinfix location of lapacke_nancheck
2017-11-24 martinupdate cmake files
2017-11-23 martinupdate cmakefiles for lapack 3.8.0
2017-11-23 martinUpdate LAPACK to 3.8.0
2017-11-22 Martin KroekerMerge pull request #1365 from xoviat/patch-1
2017-11-22 xoviat[appveyor] use cmake from conda forge
2017-11-19 Martin KroekerMerge pull request #1364 from martin-frbg/shmem-init
2017-11-18 Martin KroekerHandle shmem init failures in cpu affinity setup code
2017-11-18 Martin KroekerMerge pull request #1359 from brada4/develop
2017-11-18 Martin KroekerMerge pull request #1347 from martin-frbg/issue1322
2017-11-18 Martin KroekerMake return parameter of cblas_Xdotc_sub, cblas_Xdotu_s...
2017-11-18 Martin KroekerMake last parameter of cblas_Xdotc_sub/cblas_Xdotu_sub...
2017-11-18 Martin KroekerFix declaration of cblas_Xdotc_sub and cblas_Xdotu_sub
2017-11-15 AndrewEliminate mode variable where not needed
2017-11-15 Martin KroekerMerge pull request #1358 from martin-frbg/unused_vars
2017-11-14 Martin KroekerRemove unused variables from Haswell dtrmm and Bulldoze...
2017-11-14 Martin KroekerRemove unused variables at0...at3 from ?symv_U
2017-11-14 Martin KroekerRemove unused (loop?) variable j from the gemv_n_4...
2017-11-14 Martin KroekerRemove unused variable btpr
2017-11-14 Martin KroekerSilence an unused variable warning with a cast
2017-11-10 Martin KroekerMerge pull request #1353 from xoviat/patch-1
2017-11-10 Martin KroekerMerge pull request #1356 from martin-frbg/lapack-issue196
2017-11-10 Martin KroekerBreak out of potentially infinite rescaling loop after...
2017-11-10 Martin KroekerMerge pull request #1354 from martin-frbg/shmem
2017-11-09 Martin KroekerMerge branch 'develop' into shmem
2017-11-09 Martin KroekerMerge branch 'develop' into shmem
2017-11-09 Martin KroekerTry to handle shmget or shmat failing
2017-11-09 xoviat[appeyor] use flang from conda-forge
2017-11-09 Martin KroekerMerge pull request #1352 from martin-frbg/issue1351
2017-11-09 Martin KroekerOutput an error message when shmat() fails
2017-11-08 Martin KroekerMerge pull request #1350 from insertinterestingnamehere...
2017-11-07 Isuru FernandoFix gensymbol script
2017-11-06 Ian HenriksenMerge pull request #1 from xoviat/patch-1
2017-11-06 xoviat[appveyor] fixes
2017-11-06 Ian HenriksenBuild MATGEN LAPACK routines by default when building...
2017-11-06 Ian HenriksenUpdate lapacke.cmake with routines added in LAPACK...
2017-11-06 Ian HenriksenUpdate lapack.cmake with additional routines from LAPAC...
2017-11-06 Ian HenriksenAllow using compilers other than gfortran in conjunctio...
2017-11-05 Martin KroekerModify complex CBLAS functions to take void pointers
2017-11-05 Martin KroekerChange prototypes of all complex functions to use void*
2017-10-25 Martin KroekerMerge pull request #1329 from martin-frbg/dsdot
2017-10-25 Martin KroekerEliminate loop code when called as/from dsdot
2017-10-24 Martin KroekerMerge pull request #1334 from ashwinyes/develop_aarch64...
2017-10-24 Ashwin Sekhar T KARM64: Convert all labels to local labels
next