|
| 1 | +tests/test_dot.py::test_dot_arange[float32] |
| 2 | +tests/test_linalg.py::test_eig_arange[2-float64] |
| 3 | +tests/test_linalg.py::test_eig_arange[2-float32] |
| 4 | +tests/test_linalg.py::test_eig_arange[2-int64] |
| 5 | +tests/test_linalg.py::test_eig_arange[2-int32] |
| 6 | +tests/test_linalg.py::test_eig_arange[4-float64] |
| 7 | +tests/test_linalg.py::test_eig_arange[4-float32] |
| 8 | +tests/test_linalg.py::test_eig_arange[4-int64] |
| 9 | +tests/test_linalg.py::test_eig_arange[4-int32] |
| 10 | +tests/test_linalg.py::test_eig_arange[8-float64] |
| 11 | +tests/test_linalg.py::test_eig_arange[8-float32] |
| 12 | +tests/test_linalg.py::test_eig_arange[8-int64] |
| 13 | +tests/test_linalg.py::test_eig_arange[8-int32] |
| 14 | +tests/test_linalg.py::test_eig_arange[16-float64] |
1 | 15 | tests/test_linalg.py::test_eig_arange[16-float32]
|
| 16 | +tests/test_linalg.py::test_eig_arange[16-int64] |
| 17 | +tests/test_linalg.py::test_eig_arange[16-int32] |
| 18 | +tests/test_linalg.py::test_eig_arange[300-float64] |
2 | 19 | tests/test_linalg.py::test_eig_arange[300-float32]
|
3 |
| -tests/test_linalg.py::test_eig_arange[8-float32] |
| 20 | +tests/test_linalg.py::test_eig_arange[300-int64] |
| 21 | +tests/test_linalg.py::test_eig_arange[300-int32] |
| 22 | +tests/test_random.py::test_random_input_size[rand] |
| 23 | +tests/test_random.py::test_random_input_size[randn] |
| 24 | +tests/test_random.py::test_random_input_shape[random] |
| 25 | +tests/test_random.py::test_random_input_shape[random_sample] |
| 26 | +tests/test_random.py::test_random_input_shape[randf] |
| 27 | +tests/test_random.py::test_random_input_shape[sample] |
| 28 | +tests/test_random.py::test_random_check_otput[random] |
| 29 | +tests/test_random.py::test_random_check_otput[random_sample] |
| 30 | +tests/test_random.py::test_random_check_otput[randf] |
| 31 | +tests/test_random.py::test_random_check_otput[sample] |
| 32 | +tests/test_random.py::test_random_check_otput[rand] |
4 | 33 | tests/third_party/cupy/binary_tests/test_elementwise.py::TestElementwise::test_bitwise_and
|
5 | 34 | tests/third_party/cupy/binary_tests/test_elementwise.py::TestElementwise::test_bitwise_or
|
6 | 35 | tests/third_party/cupy/binary_tests/test_elementwise.py::TestElementwise::test_bitwise_xor
|
@@ -492,6 +521,7 @@ tests/third_party/cupy/math_tests/test_misc.py::TestMisc::test_clip_min_max_none
|
492 | 521 | tests/third_party/cupy/math_tests/test_misc.py::TestMisc::test_clip_min_none
|
493 | 522 | tests/third_party/cupy/math_tests/test_misc.py::TestMisc::test_external_clip1
|
494 | 523 | tests/third_party/cupy/math_tests/test_misc.py::TestMisc::test_external_clip2
|
| 524 | +tests/third_party/cupy/math_tests/test_misc.py::TestMisc::test_fmin_nan |
495 | 525 | tests/third_party/cupy/math_tests/test_misc.py::TestMisc::test_maximum_nan
|
496 | 526 | tests/third_party/cupy/math_tests/test_misc.py::TestMisc::test_minimum_nan
|
497 | 527 | tests/third_party/cupy/math_tests/test_misc.py::TestMisc::test_nan_to_num
|
|
0 commit comments