rapidsai / raft

RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
https://docs.rapids.ai/api/raft/stable/
Apache License 2.0
760 stars 192 forks source link

Using `mdarray` with `dlpack` #755

Open jakirkham opened 2 years ago

jakirkham commented 2 years ago

When interoperating with other libraries, dlpack has been a useful way to share array data. It might be helpful to have a few utility functions to enable passing mdarray in dlpack structs or accepting a dlpack struct to use to back an mdarray.

cc @gigony (for vis)

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.