NNgen / nngen

NNgen: A Fully-Customizable Hardware Synthesis Compiler for Deep Neural Network
Apache License 2.0
339 stars 46 forks source link

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

Open chenshih1 opened 1 year ago

chenshih1 commented 1 year ago

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.