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

 ##########
 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:
   Looks like this was added in this PR #16127 and @rondogency just copied the 
same from teh other test in teh test_extensions.py file. We're just following 
the existing standard. If @perdasilva and @szha want to enable it for the CD 
run they can do that in a future PR

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