-
Notifications
You must be signed in to change notification settings - Fork 4
IFU 2024 11 05 #68
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
IFU 2024 11 05 #68
Conversation
Silence `FutureWarning` emitted when `rcond` is missing
Use `with_requires` rather than `xfail`
Accept `OverflowError` in `TestCopytoFromScalar` for NumPy v2
Support setuptools 74.0.0 or later
Update documentation to use `pre-commit`
Update conda-build CUDA detection logic for Setuptools 72.2.0
Use custom less instead of specializing thrust
…s an empty string
Just use `platform.machine()` instead of calling `platform.processor()` and then checking the output Co-authored-by: jakirkham <jakirkham@gmail.com>
Assert arch is not empty Co-authored-by: jakirkham <jakirkham@gmail.com>
…ty-fallback Switch to using platform.machine() instead of platform.processor()
Properly allocate in RNG when specified dtype is neither float32/float64
Co-authored-by: Kenichi Maehashi <939877+kmaehashi@users.noreply.github.com>
Need to use >=2.1 for some tests
Fix FlexCI trigger workflow
Revert "Fix FlexCI trigger workflow"
Skip some tests incompatible with NumPy 2.2
CI: support "skip-ci" label
CI: Fix FlexCI compatibility
Update `pre-commit` hooks
Add NumPy 2.2 to CI
Fix `cupy.cov`
Fix handling of pinned memory
Fix scipy.spmatrix.sign for complex dtype inputs
Support Optuna 4
…into IFU-master-2024-11-05
|
Latest UT Summary (01/08): |
lcskrishna
left a comment
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.
This PR pulls latest changes from upstream main.
Conflicts file:
conflicts_cupy_IFU_1105_diff.txt
Post IFU UT Summary:
---------------------- TEST SUMMARY ------------------
tests/cupy_tests/array_api_tests|0| 8 skipped in 0.26s
tests/cupy_tests/binary_tests|15| 15 passed in 30.35s
tests/cupy_tests/core_tests|2710| 41 deselected, 2 errors in 1.22s
tests/cupy_tests/creation_tests|523| 513 passed, 5 skipped, 5 deselected in 314.12s (0:05:14)
tests/cupy_tests/cuda_tests|274| 10 failed, 176 passed, 83 skipped, 6 deselected in 14.63s
tests/cupy_tests/fft_tests|2357| 9 passed, 2347 skipped, 1 deselected in 18.04s
tests/cupy_tests/functional_tests|73| 54 failed, 18 passed, 1 skipped in 139.86s (0:02:19)
tests/cupy_tests/indexing_tests|407| 399 passed, 7 skipped, 1 deselected in 303.38s (0:05:03)
tests/cupy_tests/io_tests|42| 42 passed in 1.47s
tests/cupy_tests/lib_tests|582| short test summary info
tests/cupy_tests/linalg_tests|1398| 1386 passed, 12 skipped, 28 warnings in 478.03s (0:07:58)
tests/cupy_tests/logic_tests|678| 678 passed, 2 warnings in 284.56s (0:04:44)
tests/cupy_tests/manipulation_tests|599| 450 passed, 145 skipped, 1 deselected, 3 xfailed in 191.57s (0:03:11)
tests/cupy_tests/math_tests|10189| warnings summary
tests/cupy_tests/misc_tests|31| 31 passed in 8.10s
tests/cupy_tests/padding_tests|75| 75 passed in 94.64s (0:01:34)
tests/cupy_tests/polynomial_tests|55| 54 passed, 1 skipped in 65.07s (0:01:05)
tests/cupy_tests/prof_tests|8| 8 passed in 0.28s
tests/cupy_tests/random_tests|1978| short test summary info
tests/cupy_tests/sorting_tests|500| 430 passed, 66 skipped, 3 deselected, 1 xfailed in 297.46s (0:04:57)
tests/cupy_tests/statistics_tests|755| 488 passed, 264 skipped, 3 deselected, 83 warnings in 518.52s (0:08:38)
tests/cupy_tests/test_cublas.py|2700| 2696 passed, 4 xfailed in 41.13s
tests/cupy_tests/testing_tests|293| 254 passed, 29 skipped, 10 xfailed in 44.59s
tests/cupy_tests/test_init.py|18| 10 passed, 8 skipped in 2.71s
tests/cupy_tests/test_ndim.py|12| 12 passed in 2.09s
tests/cupy_tests/test_numpy_interop.py|11| 10 passed, 1 xfailed in 7.00s
tests/cupy_tests/test_type_routines.py|34| 34 passed in 0.83s
tests/cupy_tests/test_typing.py|1 item| 1 passed in 0.25s
tests/cupyx_tests/distributed_tests|522| 470 passed, 52 skipped in 374.68s (0:06:14)
tests/cupyx_tests/fallback_mode_tests|107| 106 passed, 1 skipped in 26.84s
tests/cupyx_tests/jit_tests|176| short test summary info
tests/cupyx_tests/linalg_tests|24| 4 passed, 5 skipped, 16 xfailed in 14.74s
tests/cupyx_tests/profiler_tests|19| 19 passed in 2.65s
tests/cupyx_tests/scipy_tests/fftpack_tests|901| 901 passed in 82.23s (0:01:22)
tests/cupyx_tests/scipy_tests/fft_tests|12237| 9737 passed, 2340 skipped, 160 xpassed in 241.41s (0:04:01)
tests/cupyx_tests/scipy_tests/interpolate_tests|1189| 2997 | if ( triConsArr
tests/cupyx_tests/scipy_tests/linalg_tests|565| 559 passed, 6 skipped in 82.16s (0:01:22)
tests/cupyx_tests/scipy_tests/ndimage_tests|30658| 912 passed, 29743 skipped, 3 deselected in 56.88s
tests/cupyx_tests/scipy_tests/signal_tests|9394| short test summary info
tests/cupyx_tests/scipy_tests/sparse_tests|24205| short test summary info
tests/cupyx_tests/scipy_tests/spatial_tests|604| 65 failed, 1 passed, 538 skipped in 33.09s
tests/cupyx_tests/scipy_tests/special_tests|491| short test summary info
tests/cupyx_tests/scipy_tests/stats_tests|201| 48 passed, 153 skipped in 111.67s (0:01:51)
tests/cupyx_tests/scipy_tests/test_get_array_module.py|2| 2 passed in 2.59s
tests/cupyx_tests/test_cudnn.py|1829| 1829 skipped in 1.55s
tests/cupyx_tests/test_cupyx.py|2| 2 passed in 0.26s
tests/cupyx_tests/test_cusolver.py|648| 32 passed, 616 skipped in 9.23s
tests/cupyx_tests/test_cusparse.py|1330| 808 passed, 150 skipped, 372 xfailed in 39.36s
tests/cupyx_tests/test_cutensor.py|249| 249 skipped in 0.44s
tests/cupyx_tests/test_lapack.py|70| 41 passed, 29 skipped in 17.82s
tests/cupyx_tests/test_optimize.py|9| 9 skipped in 0.28s
tests/cupyx_tests/test_pinned_array.py|76| 72 passed, 4 deselected in 6.56s
tests/cupyx_tests/test_rsqrt.py|1 item| 1 passed in 2.02s
tests/cupyx_tests/test_runtime.py|2| 1 passed, 1 skipped in 0.82s
tests/cupyx_tests/test_time.py|9| 9 passed in 2.73s
tests/cupyx_tests/tools_tests|18| 6 passed, 12 deselected in 12.28s
tests/example_tests|12| 7 passed, 5 skipped in 27.23s
tests/install_tests|12| 9 passed, 3 skipped in 0.62s