samskalicky commented on a change in pull request #17585: Dynamic subgraph
property doc
URL: https://github.com/apache/incubator-mxnet/pull/17585#discussion_r381099733
##########
File path: tests/python/unittest/test_extensions.py
##########
@@ -157,46 +159,10 @@ def test_subgraph():
# 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")
[email protected](default_context().device_type == 'cpu', "ignoring
custom_op_gpu test on cpu run")
-def test_custom_op_gpu():
Review comment:
its not removed, its refactored. See the "Changes" section of the PR
description. Notice that the test was moved to the **test_extensions_gpu.py**
file
----------------------------------------------------------------
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