stsukrov edited a comment on issue #13846: Unit tests are broken on OSX
URL: 
https://github.com/apache/incubator-mxnet/issues/13846#issuecomment-468718437
 
 
   Rebuild the test with 
   
   make
   make test
   ./mxnet_unit_tests --gtest_filter=FULLY_CONNECTED*
   
   **Confirming to be successfull with make.** 
   So the issue is cmake
   
   @mxnet-label-bot add [cmake]
   
   ```
   Note: Google Test filter = FULLY_CONNECTED*
   [==========] Running 2 tests from 1 test case.
   [----------] Global test environment set-up.
   [----------] 2 tests from FULLY_CONNECTED
   [ RUN      ] FULLY_CONNECTED.ExecuteBidirectionalFullyConnected
   [       OK ] FULLY_CONNECTED.ExecuteBidirectionalFullyConnected (2 ms)
   [ RUN      ] FULLY_CONNECTED.FullyConnectedTimingCPU
   Timing: 5 iterations of 10 calls, shape = [1,1,28,28], [250,784] = 784 items 
   Fully connected CPU:  Timing [Forward] 0.85 ms, avg: 0.017 ms X 50 passes
   
   Timing: 5 iterations of 10 calls, shape = [50,3,18,32], [250,1728] = 86,400 
items 
   Fully connected CPU:  Timing [Forward] 18.186 ms, avg: 0.36372 ms X 50 passes
   
   [       OK ] FULLY_CONNECTED.FullyConnectedTimingCPU (2997 ms)
   [----------] 2 tests from FULLY_CONNECTED (2999 ms total)
   
   [----------] Global test environment tear-down
   [==========] 2 tests from 1 test case ran. (2999 ms total)
   [  PASSED  ] 2 tests.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to