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

TestRandomSeed fails on ARM platforms #29

Open
psyhtest opened this issue May 10, 2016 · 0 comments
Open

TestRandomSeed fails on ARM platforms #29

psyhtest opened this issue May 10, 2016 · 0 comments

Comments

@psyhtest
Copy link

psyhtest commented May 10, 2016

The InternalThreadTest.TestRandomSeed fails on at least two ARM Mali-based platforms (Samsung Chromebook 2 and Hardkernel Odroid XU3) as follows:

LD_LIBRARY_PATH=/data/install/lib-openblas-v0.2.18/lib:$LD_LIBRARY_PATH \
/data/caffe-naibaf7/build/test/test_all.testbin \
--gtest_filter=InternalThreadTest.TestRandomSeed

Setting to use device 0
Note: Google Test filter = InternalThreadTest.TestRandomSeed
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from InternalThreadTest
[ RUN      ] InternalThreadTest.TestRandomSeed
src/caffe/test/test_internal_thread.cpp:36: Failure
Value of: caffe_rng_rand()
  Actual: 231000038
Expected: 887095485U
Which is: 887095485
[  FAILED  ] InternalThreadTest.TestRandomSeed (27 ms)
[----------] 1 test from InternalThreadTest (27 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (28 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] InternalThreadTest.TestRandomSeed

 1 FAILED TEST
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