Closed grlee77 closed 3 months ago
This change avoids an issue with an internal numpy.can_cast call in CuPy's kernel fusion code when using NumPy 2.0. With this change all cuCIM tests passed using NumPy 2.0.1 and the CuPy 13.3dev branch.
numpy.can_cast
Fixes https://github.com/rapidsai/cucim/issues/742
Thanks @grlee77 It looks good to me!
/merge
Thanks Greg and Gigon! 🙏
This change avoids an issue with an internal
numpy.can_cast
call in CuPy's kernel fusion code when using NumPy 2.0. With this change all cuCIM tests passed using NumPy 2.0.1 and the CuPy 13.3dev branch.Fixes https://github.com/rapidsai/cucim/issues/742