larroy opened a new issue #14636: Slow unit tests
URL: https://github.com/apache/incubator-mxnet/issues/14636
 
 
   Some unit tests are very slow taking too much resources and slowing down the 
suites significantly:
   
   For example:
   
   test_operator_gpu.test_psroipooling ... ok (91.1612s)
   test_operator_gpu.test_bulking ... ok (62.2209s)
   test_operator_gpu.test_broadcast_binary_op ... 
/home/piotr/mxnet_master2/tests/python/gpu/../unittest/test_operator.py:2094: 
RuntimeWarning: divide by zero encountered in remainder
     check_binary_op_forward(c, lambda a, b: a % b, gen_broadcast_data_int, 
mx_nd_func=mx.nd.modulo)
   
   
   
   
   
   
   ok (57.1490s)
   test_operator_gpu.test_randint_generator ...
   
   
   
   
   ok (60.9631s)
   test_operator_gpu.test_pooling_versions ... [21:38:42] 
src/operator/nn/./cudnn/cudnn_pooling-inl.h:195: Lp pooling is not supported by 
cudnn, MXNet Lp pooling is applied.
   [21:39:00] src/operator/nn/./cudnn/cudnn_pooling-inl.h:398: 1D pooling is 
not supported by cudnn, MXNet 1D pooling is applied.
   [21:39:00] src/operator/nn/./cudnn/cudnn_pooling-inl.h:195: Lp pooling is 
not supported by cudnn, MXNet Lp pooling is applied.
   [21:39:23] src/operator/nn/./cudnn/cudnn_pooling-inl.h:398: 1D pooling is 
not supported by cudnn, MXNet 1D pooling is applied.
   [21:39:24] src/operator/nn/./cudnn/cudnn_pooling-inl.h:195: Lp pooling is 
not supported by cudnn, MXNet Lp pooling is applied.
   ok (93.5868s)
   
   
   
   
   This is too long, the tests should be reworked to finish sooner.

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


With regards,
Apache Git Services

Reply via email to