Browse Source

Disable the bigger POTRS test on RISCV64 for now

utest-riscv
Martin Kroeker GitHub 2 years ago
parent
commit
61153f2c1f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      utest/test_potrs.c

+ 2
- 0
utest/test_potrs.c 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){


Loading…
Cancel
Save