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
I would like to feed road_usa graph to CUDA-D/BFS. The input is in market format which in my understanding is a valid format for BFS in this suite.
$ head -n 10 input/road_usa.mtx 23947347 23947347 28854312 2 1 710 1 1049674 1 2097155 2 10 3 2097153 3 2097157 3 1904 4 1048579 4
However, I get a segmentation fault like this:
$ ./bfs -f input/road_usa.mtx TITAN V Segmentation fault (core dumped)
I would like to know If that is a valid input for chai or not? The two input graphs are small for my purposes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I would like to feed road_usa graph to CUDA-D/BFS.
The input is in market format which in my understanding is a valid format for BFS in this suite.
However, I get a segmentation fault like this:
I would like to know If that is a valid input for chai or not? The two input graphs are small for my purposes.
The text was updated successfully, but these errors were encountered: