-
-
Notifications
You must be signed in to change notification settings - Fork 955
[special] Add cupyx.scipy.special.expn
#6790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/test mini |
I think this failure is unrelatable to the PR: Last 10 lines from the test output: |
-- | --
00:49:43.379276 STDOUT 3240] | FAILED cupy_tests\core_tests\test_ndarray_adv_indexing.py::TestArrayAdvancedIndexingSetitemScalarValueDeprecated::test_adv_setitem[_param_8_{indexes=[[1, 0], 2], shape=(2, 3, 4), value=1}] |
00:49:43.379775 STDOUT 3240] | FAILED cupy_tests\core_tests\test_ndarray_adv_indexing.py::TestArrayAdvancedIndexingSetitemScalarValueDeprecated::test_adv_setitem[_param_9_{indexes=[[1], slice(1, 2, None)], shape=(2, 3, 4), value=1}] |
00:49:43.379775 STDOUT 3240] | FAILED cupy_tests\core_tests\test_ndarray_adv_indexing.py::TestArrayAdvancedIndexingSetitemScalarValueDeprecated::test_adv_setitem[_param_10_{indexes=[[[1]], slice(1, 2, None)], shape=(2, 3, 4), value=1}] |
00:49:43.380175 STDOUT 3240] | FAILED cupy_tests\core_tests\test_ndarray_copy_and_view.py::TestArrayCopyAndView::test_view_f_contiguous |
00:49:43.380175 STDOUT 3240] | FAILED cupy_tests\core_tests\test_ndarray_copy_and_view.py::TestArrayCopyAndView::test_view_flags_smaller[F-(3, 5)] |
00:49:43.380175 STDOUT 3240] | FAILED cupy_tests\core_tests\test_ndarray_copy_and_view.py::TestArrayCopyAndView::test_view_flags_larger[F-(6, 5)] |
00:49:43.380175 STDOUT 3240] | FAILED cupy_tests\core_tests\test_ndarray_copy_and_view.py::TestArrayCopyAndView::test_view_flags_larger[F-(2, 3)] |
00:49:43.380175 STDOUT 3240] | FAILED cupy_tests\creation_tests\test_basic.py::TestBasic::test_empty_zero_sized_array_strides |
00:49:43.380175 STDOUT 3240] | FAILED cupy_tests\functional_tests\test_vectorize.py::TestVectorizeOps::test_vectorize_div |
00:49:43.380175 STDOUT 3240] | = 28 failed, 96133 passed, 5852 skipped, 689 deselected, 151 xfailed, 2569 warnings in 2247.59s (0:37:27) =
Last 10 lines from the test output:
[00:49:43.379276 STDOUT 3240]](https://ci.preferred.jp/cupy.win.cuda116/104629/#L4877) FAILED cupy_tests\core_tests\test_ndarray_adv_indexing.py::TestArrayAdvancedIndexingSetitemScalarValueDeprecated::test_adv_setitem[_param_8_{indexes=[[1, 0], 2], shape=(2, 3, 4), value=1}]
[00:49:43.379775 STDOUT 3240]](https://ci.preferred.jp/cupy.win.cuda116/104629/#L4879) FAILED cupy_tests\core_tests\test_ndarray_adv_indexing.py::TestArrayAdvancedIndexingSetitemScalarValueDeprecated::test_adv_setitem[_param_9_{indexes=[[1], slice(1, 2, None)], shape=(2, 3, 4), value=1}]
[00:49:43.379775 STDOUT 3240]](https://ci.preferred.jp/cupy.win.cuda116/104629/#L4881) FAILED cupy_tests\core_tests\test_ndarray_adv_indexing.py::TestArrayAdvancedIndexingSetitemScalarValueDeprecated::test_adv_setitem[_param_10_{indexes=[[[1]], slice(1, 2, None)], shape=(2, 3, 4), value=1}]
[00:49:43.380175 STDOUT 3240]](https://ci.preferred.jp/cupy.win.cuda116/104629/#L4883) FAILED cupy_tests\core_tests\test_ndarray_copy_and_view.py::TestArrayCopyAndView::test_view_f_contiguous
[00:49:43.380175 STDOUT 3240]](https://ci.preferred.jp/cupy.win.cuda116/104629/#L4884) FAILED cupy_tests\core_tests\test_ndarray_copy_and_view.py::TestArrayCopyAndView::test_view_flags_smaller[F-(3, 5)]
[00:49:43.380175 STDOUT 3240]](https://ci.preferred.jp/cupy.win.cuda116/104629/#L4885) FAILED cupy_tests\core_tests\test_ndarray_copy_and_view.py::TestArrayCopyAndView::test_view_flags_larger[F-(6, 5)]
[00:49:43.380175 STDOUT 3240]](https://ci.preferred.jp/cupy.win.cuda116/104629/#L4886) FAILED cupy_tests\core_tests\test_ndarray_copy_and_view.py::TestArrayCopyAndView::test_view_flags_larger[F-(2, 3)]
[00:49:43.380175 STDOUT 3240]](https://ci.preferred.jp/cupy.win.cuda116/104629/#L4887) FAILED cupy_tests\creation_tests\test_basic.py::TestBasic::test_empty_zero_sized_array_strides
[00:49:43.380175 STDOUT 3240]](https://ci.preferred.jp/cupy.win.cuda116/104629/#L4888) FAILED cupy_tests\functional_tests\test_vectorize.py::TestVectorizeOps::test_vectorize_div
[00:49:43.380175 STDOUT 3240]](https://ci.preferred.jp/cupy.win.cuda116/104629/#L4889) = 28 failed, 96133 passed, 5852 skipped, 689 deselected, 151 xfailed, 2569 warnings in 2247.59s (0:37:27) = What do you think? Thanks! |
Yes, its because of NumPy 1.23 that is recently released, and I'm working on fixing it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks a lot for your suggestions and guidance! :) |
Would you merge this as the failure of |
Thanks for your work, @khushi-411! |
TODO
Benchmarks:
Script: Click Please