ptrendx commented on a change in pull request #17270: Dynamic custom operator 
GPU support
URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r372603146
 
 

 ##########
 File path: tests/python/unittest/test_extensions.py
 ##########
 @@ -148,3 +156,47 @@ def test_subgraph():
     out3 = exe3.forward()
     # check that result matches one executed by MXNet
     assert_almost_equal(out[0].asnumpy(), out3[0].asnumpy(), rtol=1e-3, 
atol=1e-3)
+
[email protected](check_platform(), "not all machine types supported")
[email protected](is_cd_run(), "continuous delivery run - ignoring test")
 
 Review comment:
   Why skipping this test on CD run?

----------------------------------------------------------------
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