Skip to content
New issue

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

Issues with GPU fsm code #6

Open
0x0cqq opened this issue Jul 19, 2022 · 0 comments
Open

Issues with GPU fsm code #6

0x0cqq opened this issue Jul 19, 2022 · 0 comments

Comments

@0x0cqq
Copy link

0x0cqq commented Jul 19, 2022

When I want to run FSM code on dataset mico, a segment fault occured. I think it may be caused by the incorrect usage of graph construction method in src/fsm/main.cc:21. However, when I fix that error by adding an argument to the call(changed to Graph g(argv[1], 0, 1, 1); ) , it gives me a error 700: Cuda error in file 'gpu_base.cu' in line 493 : an illegal memory access was encountered.

The command that I used:

./bin/fsm_gpu_base ./inputs/mico/graph 2 300

Could you please help me to fix that error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant