|
@@ -40,6 +40,7 @@ void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*, |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
//https://github.com/xianyi/OpenBLAS/issues/695 |
|
|
//https://github.com/xianyi/OpenBLAS/issues/695 |
|
|
|
|
|
|
|
|
CTEST(potrf, bug_695){ |
|
|
CTEST(potrf, bug_695){ |
|
|
|
|
|
|
|
|
openblas_complex_float A1[100] = |
|
|
openblas_complex_float A1[100] = |
|
@@ -399,6 +400,7 @@ CTEST(potrf, bug_695){ |
|
|
#endif |
|
|
#endif |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Check potrf factorizes a small problem correctly |
|
|
// Check potrf factorizes a small problem correctly |
|
|
CTEST(potrf, smoketest_trivial){ |
|
|
CTEST(potrf, smoketest_trivial){ |
|
|
float A1s[4] = {2, 0.3, 0.3, 3}; |
|
|
float A1s[4] = {2, 0.3, 0.3, 3}; |
|
@@ -569,3 +571,4 @@ CTEST(potrf, smoketest_trivial){ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|