-
Notifications
You must be signed in to change notification settings - Fork 208
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
Deprecate and remove supports_streams()
from memory resources
#1389
Closed
3 tasks done
Labels
Comments
supports_streams()
from memory resourcessupports_streams()
from memory resources
3 tasks
3 tasks
This was referenced Jan 24, 2024
rapids-bot bot
pushed a commit
that referenced
this issue
Jan 26, 2024
…ove derived implementations and calls in RMM (#1437) Closes #1432. Part of #1389 - Make supports_streams() nonpure - Remove supports_streams() from all MRs and tests. Authors: - Mark Harris (https://github.com/harrism) Approvers: - Lawrence Mitchell (https://github.com/wence-) - Michael Schellenberger Costa (https://github.com/miscco) URL: #1437
rapids-bot bot
pushed a commit
to rapidsai/cudf
that referenced
this issue
Jan 26, 2024
Part of rapidsai/rmm#1389. This removes now-optional and soon-to-be deprecated `supports_streams()` from cuDF's custom `device_memory_resource` implementations. Depends on rapidsai/rmm#1437 Authors: - Mark Harris (https://github.com/harrism) - Bradley Dice (https://github.com/bdice) Approvers: - Nghia Truong (https://github.com/ttnghia) - Bradley Dice (https://github.com/bdice) - Yunsong Wang (https://github.com/PointKernel) - Michael Schellenberger Costa (https://github.com/miscco) URL: #14857
This was referenced Jan 30, 2024
rapids-bot bot
pushed a commit
to rapidsai/raft
that referenced
this issue
Feb 1, 2024
Part of rapidsai/rmm#1389. This removes now-optional and soon-to-be deprecated `supports_streams()` from RAFT's custom `device_memory_resource` implementations. Authors: - Mark Harris (https://github.com/harrism) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Michael Schellenberger Costa (https://github.com/miscco) - Corey J. Nolet (https://github.com/cjnolet) URL: #2121
mythrocks
added a commit
to mythrocks/spark-rapids-jni
that referenced
this issue
Mar 7, 2024
Fixes NVIDIA#1814. This change removes the override of `spark_resource_adaptor::supports_stream()`, in light of rapidsai/rmm#1389, which deprecated the method. Similar to rapidsai/cudf#14857, this change removes the deprecated override. Signed-off-by: MithunR <[email protected]>
mythrocks
added a commit
to NVIDIA/spark-rapids-jni
that referenced
this issue
Mar 10, 2024
Fixes #1814. This change removes the override of `spark_resource_adaptor::supports_stream()`, in light of rapidsai/rmm#1389, which deprecated the method. Similar to rapidsai/cudf#14857, this change removes the deprecated override. Signed-off-by: MithunR <[email protected]>
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As we move to replace
device_memory_resource
andhost_memory_resource
as dichotomous base classes in favor of thecuda::memory_resource
concept, I think where possible we should deprecate features of the former that are not part of the interface defined by the latter.Let's deprecate and remove the little-used
rmm::mr::device_memory_resource::supports_streams()
.Tasks
rmm::mr::device_memory_resource::supports_streams()
not pure virtual, remove derived implementations. #1432rmm::mr::device_memory_resource::supports_streams()
. #1433rmm::mr::device_memory_resource::supports_streams()
. #1434The text was updated successfully, but these errors were encountered: