Closed muupan closed 5 years ago
as the latter is deprecated by cupy from v4.
This PR suppresses deprecation warnings from cupy:
DeprecationWarning: cupy.scatter_add is deprecated. Use cupyx.scatter_add instead.
cupy.scatter_add is available from cupy v4, which is the minimum version we support.
cupy.scatter_add
/test
Successfully created a job for commit 55b55d0:
as the latter is deprecated by cupy from v4.
This PR suppresses deprecation warnings from cupy:
cupy.scatter_add
is available from cupy v4, which is the minimum version we support.