You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/10/11 21:30:33 UTC

[GitHub] [incubator-mxnet] sxjscience commented on a change in pull request #19131: Add GPU-optimization for split op

sxjscience commented on a change in pull request #19131:
URL: https://github.com/apache/incubator-mxnet/pull/19131#discussion_r502968320



##########
File path: tests/python/gpu/test_operator_gpu.py
##########
@@ -2319,3 +2319,21 @@ def test_fp16_spmm():
     out = mxsps.dot(inp, weight)
     out_np = mx.nd.dot(inp, weight)
     assert_almost_equal(out.asnumpy(), out_np, rtol=1e-3, atol=1e-5)
+
+@with_seed()
+@pytest.mark.serial

Review comment:
       I noticed that the `mark.serial` is triggered for all tests in this file. Thus, we may keep `mark.serial`.




----------------------------------------------------------------
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:
users@infra.apache.org