summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-07-28POWER: Enable bfloat16 kernels by defaultRajalakshmi Srinivasaraghavan1-0/+6
2022-04-09Fix missing braces from previous commit (PR3600)Martin Kroeker1-1/+1
2022-04-09Disable flang (over-)optimizations in BLAS tests (#3600)Martin Kroeker1-1/+3
2022-04-07Prevent powershell from adding a BOM to test input (#3595)Martin Kroeker1-5/+2
2022-03-22Skip tests if Windows powershell added a BOMMartin Kroeker1-0/+4
2021-07-30Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3Martin Kroeker1-1/+3
2021-07-30Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3Martin Kroeker1-0/+4
2021-07-06Remove code that disabled EXTRALIB on RISCV C910VMartin Kroeker1-4/+0
2021-03-14Merge pull request #3088 from xoviat/msvcMartin Kroeker1-3/+19
2021-03-11Support compilation with nagforMartin Kroeker1-0/+3
2021-01-27fix test helpersxoviat1-2/+2
2021-01-27Merge branch 'develop' into msvcxoviat13-626/+1382
2020-11-22Restore proper MakefileMartin Kroeker1-130/+224
2020-11-22Change ifndef CROSS to ifneqMartin Kroeker1-227/+133
2020-10-15Add the support for RISC-V Vector.damonyu1-0/+6
2020-10-14Replace Makefile with simplified version againMartin Kroeker1-99/+39
2020-10-13CleanupMartin Kroeker1-3/+5
2020-10-13Fix build issues with bfloat16Rajalakshmi Srinivasaraghavan1-5/+3
2020-10-11Rename "HALF" and "sh" to "BFLOAT16" and "sb"Martin Kroeker1-12/+12
2020-10-11Rename "HALF" and "sh" to "BFLOAT16" and "sb"Martin Kroeker1-3/+3
2020-10-11Rename compare_sgemm_shgemm.c to compare_sgemm_sbgemm.cMartin Kroeker1-0/+0
2020-10-11remove debug outputMartin Kroeker1-1/+0
2020-10-11Adapt tests to having only a subset of types in the buildMartin Kroeker1-27/+218
2020-09-22Adapt tests to having only a subset of types in the buildMartin Kroeker1-3/+15
2020-09-13Make building individual tests depend on BUILD_SINGLE etc definesMartin Kroeker1-5/+12
2020-06-14Update BLAS tests to correspond to Reference-LAPACK 3.9.0Martin Kroeker10-592/+1036
2020-06-06Update "cosmetic fixes for non-C99 compilers"Martin Kroeker1-12/+46
2020-06-05Cosmetic fixes for non-C99 compilersMartin Kroeker1-49/+16
2020-05-11Improve shgemm testRajalakshmi Srinivasaraghavan1-12/+46
2020-04-29Add test for shgemmRajalakshmi Srinivasaraghavan2-10/+32
2020-04-14RFC : Add half precision gemm for bfloat16 in OpenBLASRajalakshmi Srinivasaraghavan1-0/+95
2020-03-13Do not attempt to run test without fortranMartin Kroeker1-0/+5
2019-05-05tests: add windows compatibilityxoviat1-3/+19
2019-04-29Misc. typo fixesluz.paz4-4/+4
2018-06-19Handle special case of gfortran+clang+OpenMPMartin Kroeker1-2/+7
2018-02-18Update single and double precision BLAS1 tests from LAPACK 3.8.0Martin Kroeker2-179/+728
2017-08-20Remove _static usages for testsSacha Refshauge1-1/+1
2017-08-01Support out-of-source buildIsuru Fernando1-1/+2
2016-05-25Replace CMAKE_SOURCE_DIR/CMAKE_BINARY_DIR with PROJECT_SOURCE_DIR/PROJECT_BIN...John Biddiscombe1-1/+1
2016-04-26allow building tests when CROSS compiling but don't run themAleksey Kuleshov1-0/+8
2015-10-20Detect cmake test result.Zhang Xianyi1-1/+8
2015-08-11Fixed cmake build bugs on Linux.Zhang Xianyi1-0/+31
2014-09-21bugfix for GEMM3M functionswernsaar1-2/+2
2014-09-21added GEMM3M testswernsaar2-27/+27
2014-09-20disabled SYMM3M and HEMM3M functions because segment violationswernsaar4-110/+110
2014-09-20added test for CGEMM3M functionwernsaar3-1/+3477
2014-09-20added test for GEMM3M functionswernsaar3-0/+3496
2014-06-27Remove all trailing whitespace except lapack-netlibTimothy Gu3-14/+14
2013-07-25Respect user's LDFLAGSSebastien Fabbro1-1/+1
2013-07-11create openblas_get_parallel to retrieve information whichgrisuthedragon1-0/+18