We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行 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) 请问这个问题怎么解决?
The text was updated successfully, but these errors were encountered:
Hello, Is there any update on this issue? I'm also facing this.
Sorry, something went wrong.
@libaoke @kulkarpo You need to make a weighted input graph for SpMV.
No branches or pull requests
运行 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)
请问这个问题怎么解决?
The text was updated successfully, but these errors were encountered: