OpenBLAS/ctest
Aiden Grossman b209915121 Fix build with clang
There are two instances when building the tests where OpenBLAS fails to
build with OpenMP and clang due to library paths getting reset as flags
are set rather than appended. This seems to only affect certain
clang/libomp installations, but if it's already grabbing the correct
library paths we might as well use them.
2023-07-28 12:59:44 -07:00
..
CMakeLists.txt Fixes #3743. 2022-08-26 11:44:11 +02:00
LICENSE Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
Makefile Fix build with clang 2023-07-28 12:59:44 -07:00
auxiliary.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
c_c2chke.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
c_c3chke.c removed gemm3m functions from normal checks 2015-05-05 11:39:43 +02:00
c_c3chke_3m.c removed gemm3m functions from normal checks 2015-05-05 11:39:43 +02:00
c_cblas1.c Fix compiler warnings in ctest 2017-12-03 18:19:30 +01:00
c_cblas2.c Add casts to prevent overflow of intermediate result 2021-05-01 14:48:19 +02:00
c_cblas3.c removed gemm3m functions from normal checks 2015-05-05 11:39:43 +02:00
c_cblas3_3m.c removed gemm3m functions from normal checks 2015-05-05 11:39:43 +02:00
c_cblat1.f Misc. typo fixes 2019-04-29 17:03:56 -04:00
c_cblat1c.c Fix function prototypes and INTERFACE64 support 2022-07-12 19:37:30 +02:00
c_cblat2.f Fix compiler warnings in ctest 2017-12-03 18:19:30 +01:00
c_cblat2c.c Fix function prototypes and INTERFACE64 support 2022-07-12 19:37:30 +02:00
c_cblat3.f Fix potential spurious failure from uninitialized variable 2019-11-15 00:19:24 +01:00
c_cblat3_3m.f Fix output descriptors of c_{s,d,c,z}blat3 2016-01-11 11:22:17 +01:00
c_cblat3c.c Fix function prototypes and INTERFACE64 support 2022-07-12 19:37:30 +02:00
c_d2chke.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
c_d3chke.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
c_dblas1.c Remove spurious complex16 tests 2020-09-13 21:49:01 +02:00
c_dblas2.c Add casts to prevent overflow of intermediate result 2021-05-01 14:48:19 +02:00
c_dblas3.c Add casts to prevent overflow of intermediate result 2021-05-01 14:48:19 +02:00
c_dblat1.f add ctest for drotm and modified ctest for drot. 2020-03-23 10:47:05 +08:00
c_dblat1c.c Fix function prototypes and INTERFACE64 support 2022-07-12 19:37:30 +02:00
c_dblat2.f Fix compiler warnings in ctest 2017-12-03 18:19:30 +01:00
c_dblat2c.c Fix function prototypes and INTERFACE64 support 2022-07-12 19:37:30 +02:00
c_dblat3.f Fix compiler warnings in ctest 2017-12-03 18:19:30 +01:00
c_dblat3c.c Fix function prototypes and INTERFACE64 support 2022-07-12 19:37:30 +02:00
c_s2chke.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
c_s3chke.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
c_sblas1.c Remove spurious tests for complex ASUM and NRM2 2020-09-13 22:20:41 +02:00
c_sblas2.c Add casts to prevent overflow of intermediate result 2021-05-01 14:48:19 +02:00
c_sblas3.c Add casts to prevent overflow of intermediate result 2021-05-01 14:48:19 +02:00
c_sblat1.f add ctest for srotm and modified ctest for srot. 2020-03-18 14:17:32 +08:00
c_sblat1c.c fix missing return type in function declaration 2022-09-14 14:03:31 +02:00
c_sblat2.f Fix compiler warnings in ctest 2017-12-03 18:19:30 +01:00
c_sblat2c.c Fix function prototypes and INTERFACE64 support 2022-07-12 19:37:30 +02:00
c_sblat3.f Fix compiler warnings in ctest 2017-12-03 18:19:30 +01:00
c_sblat3c.c Fix function prototypes and INTERFACE64 support 2022-07-12 19:37:30 +02:00
c_xerbla.c Fix compiler warnings in ctest 2017-12-03 18:19:30 +01:00
c_z2chke.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
c_z3chke.c removed gemm3m functions from normal checks 2015-05-05 11:39:43 +02:00
c_z3chke_3m.c removed gemm3m functions from normal checks 2015-05-05 11:39:43 +02:00
c_zblas1.c Fix compiler warnings in ctest 2017-12-03 18:19:30 +01:00
c_zblas2.c Add casts to prevent overflow of intermediate result 2021-05-01 14:48:19 +02:00
c_zblas3.c Add casts to prevent overflow of intermediate result 2021-05-01 14:48:19 +02:00
c_zblas3_3m.c removed gemm3m functions from normal checks 2015-05-05 11:39:43 +02:00
c_zblat1.f Misc. typo fixes 2019-04-29 17:03:56 -04:00
c_zblat1c.c Fix function prototypes and INTERFACE64 support 2022-07-12 19:37:30 +02:00
c_zblat2.f Fix compiler warnings in ctest 2017-12-03 18:19:30 +01:00
c_zblat2c.c Fix function prototypes and INTERFACE64 support 2022-07-12 19:37:30 +02:00
c_zblat3.f Fix potential spurious failure from uninitialized variable 2019-11-15 00:20:36 +01:00
c_zblat3_3m.f Fix output descriptors of c_{s,d,c,z}blat3 2016-01-11 11:22:17 +01:00
c_zblat3c.c Fix function prototypes and INTERFACE64 support 2022-07-12 19:37:30 +02:00
cblas_test.h added GEMM3M tests 2014-09-21 10:55:08 +02:00
cin2 Refs #786. avoid old assembly c/zgemv kernels. 2016-03-05 08:32:03 +08:00
cin3 Refs #786. avoid old assembly c/zgemv kernels. 2016-03-05 08:32:03 +08:00
cin3_3m Refs #786. avoid old assembly c/zgemv kernels. 2016-03-05 08:32:03 +08:00
constant.c Include cblas_test.h to achieve int/long size change with INTERFACE64 2021-04-19 22:26:34 +02:00
din2 Refs #786. avoid old assembly c/zgemv kernels. 2016-03-05 08:32:03 +08:00
din3 modified: ctest/din3 ctest/sin3 2020-01-03 10:03:33 +08:00
sin2 Refs #786. avoid old assembly c/zgemv kernels. 2016-03-05 08:32:03 +08:00
sin3 modified: ctest/din3 ctest/sin3 2020-01-03 10:03:33 +08:00
zin2 Refs #786. avoid old assembly c/zgemv kernels. 2016-03-05 08:32:03 +08:00
zin3 Refs #786. avoid old assembly c/zgemv kernels. 2016-03-05 08:32:03 +08:00
zin3_3m Refs #786. avoid old assembly c/zgemv kernels. 2016-03-05 08:32:03 +08:00