Disable the bigger POTRS test on RISCV64 for now

This commit is contained in:
Martin Kroeker 2023-06-19 17:50:12 +02:00 committed by GitHub
parent 3550698bf8
commit 61153f2c1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ void BLASFUNC(zpotrs_(char*, BLASINT*, BLASINT*, complex double*,
*/
//https://github.com/xianyi/OpenBLAS/issues/695
#ifndef ARCH_RISCV64
CTEST(potrf, bug_695){
openblas_complex_float A1[100] =
@ -398,6 +399,7 @@ CTEST(potrf, bug_695){
}
#endif
}
#endif
// Check potrf factorizes a small problem correctly
CTEST(potrf, smoketest_trivial){