You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently RMM does not provide any self-contained code examples like cudf or cuvs.
New users would benefit from seeing minimal, correct, and educational patterns of C++ usage and CMake build infrastructure.
One specific example we should include is using RMM in a multi-thread, multi-stream application, as that is a common request that our documentation does not serve well today.
The code examples should build and be run in our CI, as we do for cudf and cuvs.
The text was updated successfully, but these errors were encountered:
This is a skeleton for adding examples, requested in issue #1784.
I plan to merge some minimal form of this, and then add a few examples that answer common questions about RMM, such as how to use specific memory resource adaptors or how to use RMM for managing multi-thread, multi-stream work.
Authors:
- Bradley Dice (https://github.com/bdice)
Approvers:
- Jake Awe (https://github.com/AyodeAwe)
- Mark Harris (https://github.com/harrism)
- Lawrence Mitchell (https://github.com/wence-)
URL: #1800
Currently RMM does not provide any self-contained code examples like cudf or cuvs.
New users would benefit from seeing minimal, correct, and educational patterns of C++ usage and CMake build infrastructure.
One specific example we should include is using RMM in a multi-thread, multi-stream application, as that is a common request that our documentation does not serve well today.
The code examples should build and be run in our CI, as we do for cudf and cuvs.
The text was updated successfully, but these errors were encountered: