Evgeni Burovski
Evgeni Burovski
Status: - locally,``$ for f in `ls tests/cupy_tests; do echo $f && pytest tests/cupy_tests/$f -n 8 -m'not slow' --tb=no; done`` all passes modulo two OOMs in `test_numpy_interop`. OOMs are likely...
With a slew of fixups/skips/xfails in the cupyx namespace, this is ready from my side.
Rebased on main.
Updated the PR to add a fix in fusion.pyx from @seberg to hopefully fix some of the CI failures. The majority of other CI "failures" are in fact XPASSes in...
Here's a small very much not scientific benchmark @asi1024 : just the docstring example of https://docs.cupy.dev/en/stable/reference/generated/cupyx.profiler.benchmark.html, with either two arrays or an array and a scalar. It seems that the...
Push several commits to hopefully address the CI failures: - in cupyx/scipy/sparse, make scipy 1.13 related xfails more granular to avoid XPASSes - in cupy.linalg and cupyx.scipy.linalg, avoid int32/int64 issues...
Thanks for the review @asi1024 ! I believe I addressed all your comments + added several small fixes for tests which were failing on CI, and a skip for what...
Done @asi1024
thanks @asi1024 , the last commit adds these skips.
Thank you @asi1024 !