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.
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 toGraph g(argv[1], 0, 1, 1);
) , it gives me aerror 700: Cuda error in file 'gpu_base.cu' in line 493 : an illegal memory access was encountered.
The command that I used:
Could you please help me to fix that error?