You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running into problems running tests for the GPU implementation of GBTL. I am thinking the issue is with the cusplibrary version I'm using not matching up with the cusplibrary you used. Could you let me know which version you used?
I built using make and ran the tests using run_tests.sh on two GPUs (Tesla V and K40c). The output for both looks like:
*** No errors detected
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
./run_tests.sh: line 1: 30328 Aborted (core dumped) ./$test
*** No errors detected
terminate called after throwing an instance of 'thrust::system::system_error'
what(): device free failed: an illegal memory access was encountered
terminate called recursively
*** 2 failures detected in test suite "mst_suite"
*** No errors detected
*** 16 failures detected in test suite "bfs_suite"
*** No errors detected
*** No errors detected
*** 12 failures detected in test suite "sssp_suite"
*** No errors detected
*** No errors detected
*** No errors detected
*** 2 failures detected in test suite "maxflow_suite"
*** No errors detected
*** No errors detected
*** No errors detected
I am running into problems running tests for the GPU implementation of GBTL. I am thinking the issue is with the cusplibrary version I'm using not matching up with the cusplibrary you used. Could you let me know which version you used?
My system environment is:
I built using
make
and ran the tests usingrun_tests.sh
on two GPUs (Tesla V and K40c). The output for both looks like:Full error log: https://gist.github.com/ctcyang/09cffca92d64bd3c9bc63300c9122f5f
The text was updated successfully, but these errors were encountered: