We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cupyx.scatter_max
cupyx.scatter_add
cupy.maximum.at
cupy.add.at
There are 3 usages of these methods in https://github.com/rapidsai/cuml/blob/branch-24.06/python/cuml/naive_bayes/naive_bayes.py
cuml/python/cuml/naive_bayes/naive_bayes.py
Line 1882 in 89d5371
Line 1900 in 89d5371
Line 1951 in 89d5371
cupy recommends this being replaced by cupy.maximum.at and cupy.add.at.
cupy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are 3 usages of these methods in https://github.com/rapidsai/cuml/blob/branch-24.06/python/cuml/naive_bayes/naive_bayes.py
cuml/python/cuml/naive_bayes/naive_bayes.py
Line 1882 in 89d5371
cuml/python/cuml/naive_bayes/naive_bayes.py
Line 1900 in 89d5371
cuml/python/cuml/naive_bayes/naive_bayes.py
Line 1951 in 89d5371
cupy
recommends this being replaced bycupy.maximum.at
andcupy.add.at
.The text was updated successfully, but these errors were encountered: