nngen icon indicating copy to clipboard operation
nngen copied to clipboard

Does nngen support operations involving sparse/dense matrices and vectors ?

Open chenshih1 opened this issue 1 year ago • 0 comments

Hi, I'm using this framework for a demo project of GCN acceleration, but it seems that operations between a sparse matrix of COO format (e.g. edge_index compressed) and a matrix of dense format (e.g. intermediate result of feature matrix and weights) is not supported.

chenshih1 avatar Jun 06 '23 08:06 chenshih1