convertCsrCsc - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
#include "xf_graph_L3.hpp"
event <int> convertCsrCsc (
    xf::graph::L3::Handle& handle,
    xf::graph::Graph <uint32_t, uint32_t> gr1,
    xf::graph::Graph <uint32_t, uint32_t> gr2
    )

Convert from CSR to CSC, now it supports only CSR to CSC of unweighted graph.

Parameters:

handle Graph library L3 handle
gr1 Input, CSR/CSC graph of IDs’ type of uint32_t and weights’ type of uint32_t
gr2 Output, CSC/CSR graph of IDs’ type of uint32_t and weights’ type of uint32_t