-
Notifications
You must be signed in to change notification settings - Fork 20
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
result mismatch in BFS #20
Comments
Hi jinz2014,
Thanks, |
Sorry for the late reply. A few things need to be checked: Some gcc version compiles the application with the following error: So I switch to intel's compiler, but in Makefile, the following doesn't add the option for Intel C++ compilers. 51 is_pthreads=$(shell When I run BFS, I got the following error for OpenCL-D BFS: $./bfs Intel(R) Xeon(R) CPU Number of nodes = 264346 Number of edges = 733846 Initialization Time (ms): 241.688000 When I run BFS, I got the following error for OpenCL-U BFS: |
Hi jinz2014,
|
Running the BFS example in OpenCL-U/D shows:
Computed node 2 cost (-2147483647 != 45) does not match the expected value
Thanks
The text was updated successfully, but these errors were encountered: