GridGraph icon indicating copy to clipboard operation
GridGraph copied to clipboard

spmv

Open libaoke opened this issue 5 years ago • 2 comments

运行 spmv 时:./bin/spmv ../data/LiveJournal/LiveJournal_Grid/ 8 出错: spmv: examples/spmv.cpp:28: int main(int, char**): Assertion `graph.edge_type==1' failed. Aborted (core dumped) 请问这个问题怎么解决?

libaoke avatar Dec 10 '19 08:12 libaoke

Hello, Is there any update on this issue? I'm also facing this.

kulkarpo avatar Feb 25 '20 12:02 kulkarpo

@libaoke @kulkarpo You need to make a weighted input graph for SpMV.

coolerzxw avatar Feb 28 '20 08:02 coolerzxw