Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

test_operator_gpu.test_bulking failing on windows #14368

Closed
perdasilva opened this issue Mar 8, 2019 · 2 comments
Closed

test_operator_gpu.test_bulking failing on windows #14368

perdasilva opened this issue Mar 8, 2019 · 2 comments

Comments

@perdasilva
Copy link
Contributor

perdasilva commented Mar 8, 2019

Description

When re-enabling the windows pipeline (#14336), I found that test_operator_gpu.test_bulking is not passing.

I will disable the test in the PR. I've reached out to @DickJC123, the creator of the test.

======================================================================

FAIL: test_operator_gpu.test_bulking

----------------------------------------------------------------------

Traceback (most recent call last):

  File "C:\Python37\lib\site-packages\nose\case.py", line 198, in runTest

    self.test(*self.arg)

  File "C:\jenkins_slave\workspace\ut-python-gpu\tests\python\gpu\../unittest\common.py", line 177, in test_new

    orig_test(*args, **kwargs)

  File "C:\jenkins_slave\workspace\ut-python-gpu\tests\python\gpu\test_operator_gpu.py", line 2188, in test_bulking

    .format(fully_bulked_time - fastest_half_bulked_time, times_str)

AssertionError: The fully-bulked exec time is slower than a half-bulked time by 0.00040001869201660226 secs! 

    runtime of (fwd,bwd,enable) op seg setting (0,0,True) =	25.4 msec

    runtime of (fwd,bwd,enable) op seg setting (1,1,True) =	25.2 msec

    runtime of (fwd,bwd,enable) op seg setting (15,15,False) =	25.1 msec

    runtime of (fwd,bwd,enable) op seg setting (15,0,True) =	25.0 msec

    runtime of (fwd,bwd,enable) op seg setting (0,15,True) =	25.0 msec

    runtime of (fwd,bwd,enable) op seg setting (15,15,True) =	25.4 msec

-------------------- >> begin captured stdout << ---------------------



    runtime of (fwd,bwd,enable) op seg setting (0,0,True) =	25.4 msec

    runtime of (fwd,bwd,enable) op seg setting (1,1,True) =	25.2 msec

    runtime of (fwd,bwd,enable) op seg setting (15,15,False) =	25.1 msec

    runtime of (fwd,bwd,enable) op seg setting (15,0,True) =	25.0 msec

    runtime of (fwd,bwd,enable) op seg setting (0,15,True) =	25.0 msec

    runtime of (fwd,bwd,enable) op seg setting (15,15,True) =	25.4 msec



--------------------- >> end captured stdout << ----------------------

-------------------- >> begin captured logging << --------------------

common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1339932407 to reproduce.

--------------------- >> end captured logging << ---------------------



----------------------------------------------------------------------
@mxnet-label-bot
Copy link
Contributor

Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Test

@piyushghai
Copy link
Contributor

@mxnet-label-bot Add[Test, CI, Windows]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants