Data structures?

,

What data structures do your customers ask for? Or do they care? Like, do you get requests that say “I’d really like to use X data structure, can you support that”?

We support CSR and COO input formats within cuGraph. Internally we reformat the data to an optimized DCSR hybrid format which is highly optimized for our graph primitives and algorithm use.

Do customers ask for anything else? (Like, is anything else on your radar where you say “we should think about supporting that”?)

Vertex/edge masking/insertion/deletion. We’re planning to update our graph data structures to support these features.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.