summaryrefslogtreecommitdiff
path: root/ctest
AgeCommit message (Expand)AuthorFilesLines
2022-07-12Fix function prototypes and INTERFACE64 supportMartin Kroeker12-1236/+233
2022-07-12Fix switching between Fortran and C buildMartin Kroeker1-1/+1
2022-06-28Add C versions of the CBLAS test sources (#3656)Martin Kroeker14-10/+38792
2021-07-30Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3Martin Kroeker1-0/+3
2021-07-30Disable gfortran tree vectorizer to avoid gcc11+ miscompilation at O3Martin Kroeker1-0/+3
2021-05-01Add casts to prevent overflow of intermediate resultMartin Kroeker7-167/+167
2021-04-19Include cblas_test.h to achieve int/long size change with INTERFACE64Martin Kroeker1-0/+1
2021-03-14Merge pull request #3088 from xoviat/msvcMartin Kroeker1-3/+12
2021-03-11Support compilation with nagforMartin Kroeker1-0/+3
2021-01-27Merge branch 'develop' into msvcxoviat10-368/+543
2020-11-22Change ifndefs to ifneqMartin Kroeker1-3/+3
2020-10-13sh prefix renamed to sbMartin Kroeker1-1/+1
2020-10-11Adapt ctests to having only a subset of types in the buildMartin Kroeker1-4/+115
2020-09-13Remove spurious tests for complex ASUM and NRM2Martin Kroeker1-10/+0
2020-09-13Remove spurious complex16 testsMartin Kroeker1-10/+0
2020-04-17cmake fixesRajalakshmi Srinivasaraghavan1-0/+3
2020-03-23 add ctest for drotm and modified ctest for drot.shengyang2-170/+201
2020-03-18 add ctest for srotm and modified ctest for srot.shengyang2-168/+209
2020-03-13Do not attempt to run ctest without fortranMartin Kroeker1-1/+4
2020-01-03 modified: ctest/din3 ctest/sin3shengyang2-2/+2
2019-11-15Fix potential spurious failure from uninitialized variableMartin Kroeker1-0/+2
2019-11-15Fix potential spurious failure from uninitialized variableMartin Kroeker1-0/+2
2019-07-24Unset special make variables in ctest Makefile as wellMartin Kroeker1-0/+2
2019-05-05tests: add windows compatibilityxoviat1-3/+12
2019-04-29Misc. typo fixesluz.paz4-4/+4
2018-06-19Handle special case of gfortran+clang+OpenMPMartin Kroeker1-1/+7
2017-12-03Fix compiler warnings in ctestMartin Kroeker17-184/+184
2017-08-20Remove _static usages for testsSacha Refshauge1-3/+3
2017-08-01Support out-of-source buildIsuru Fernando1-0/+1
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/+6
2016-03-05Refs #786. avoid old assembly c/zgemv kernels.Zhang Xianyi10-10/+10
2016-01-11Fix output descriptors of c_{s,d,c,z}blat3Sébastien Villemot6-12/+18
2016-01-11Fix CBLAS double complex level 2 testsSébastien Villemot1-5/+5
2015-10-26Add CBLAS test for CMAKE.Zhang Xianyi1-2/+42
2015-08-11Fixed cmake build bugs on Linux.Zhang Xianyi1-0/+6
2015-05-05bugfix for gemm3m testsWerner Saar1-4/+10
2015-05-05removed gemm3m functions from normal checksWerner Saar8-615/+5168
2014-09-21added GEMM3M testswernsaar10-4/+6276
2014-06-27Remove all trailing whitespace except lapack-netlibTimothy Gu31-1009/+1009
2013-07-25Respect user's LDFLAGSSebastien Fabbro1-1/+1
2012-08-21provide support for passing CFLAGS, FFLAGS, PFLAGS, FPFLAGS to make on the co...Jameson Nash1-1/+1
2011-10-09ref #62. Added the user friendly message with USE_OPENMP=1. The users should ...Xianyi Zhang1-0/+21
2011-01-24Used the environment variable OPENBLAS_NUM_THREADS to set the number of threa...Xianyi Zhang1-12/+12
2011-01-24Import GotoBLAS2 1.13 BSD version codes.Xianyi Zhang46-0/+40132