1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
bash$ grep -i fail *.out
cgd.out: CGV drivers: 4 out of 1092 tests failed to pass the threshold
cgd.out: 9 = 1/ULP if DIFEST <> 0 or DIFTRU > ULP*norm(A,B) when reordering fails
cgd.out: CGX drivers: 6 out of 1500 tests failed to pass the threshold
dgd.out: 9 = 1/ULP if DIFEST <> 0 or DIFTRU > ULP*norm(A,B) when reordering fails
dgd.out: SGX drivers: 6 out of 1500 tests failed to pass the threshold
dgd.out: DXV drivers: 200 out of 5000 tests failed to pass the threshold
sgd.out: 9 = 1/ULP if DIFEST <> 0 or DIFTRU > ULP*norm(A,B) when reordering fails
sgd.out: SGX drivers: 8 out of 1500 tests failed to pass the threshold
sgd.out: SXV drivers: 37 out of 5000 tests failed to pass the threshold
zgd.out: ZGV drivers: 4 out of 1092 tests failed to pass the threshold
zgd.out: 9 = 1/ULP if DIFEST <> 0 or DIFTRU > ULP*norm(A,B) when reordering fails
zgd.out: CGX drivers: 6 out of 1500 tests failed to pass the threshold
zgd.out: ZXV drivers: 24 out of 5000 tests failed to pass the threshold
|