Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
This repository was archived by the owner on May 13, 2025. It is now read-only.

Allow host memory to be used for property data #17

@rlratzel

Description

@rlratzel

Who: end users
What: use host memory on both a single node and a multi-node cluster in order to store property data that shouldn't occupy GPU memory
Why: Properties are not needed in GPU memory for cugraph algo calls, and will greatly reduce the max graph size if stored in GPU memory. If a user can instead store property data in host memory, this frees up GPU memory needed for graph structure data, allowing for much bigger graphs.

User story: "As a user, I need to use host memory on both a single node and a multi-node cluster in order to store property data that shouldn't occupy GPU memory."

### Tasks
- [ ] rapidsai/cugraph-pg#9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions