From commits-return-73555-archive-asf-public=cust-asf.ponee.io@mxnet.incubator.apache.org Fri Feb 1 18:24:48 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 82D7518067E for ; Fri, 1 Feb 2019 19:24:47 +0100 (CET) Received: (qmail 44397 invoked by uid 500); 1 Feb 2019 18:24:46 -0000 Mailing-List: contact commits-help@mxnet.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mxnet.incubator.apache.org Delivered-To: mailing list commits@mxnet.incubator.apache.org Received: (qmail 44388 invoked by uid 99); 1 Feb 2019 18:24:46 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2019 18:24:46 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] zhanghang1989 opened a new issue #11592: Flaky Test Issue of GPU Operator Message-ID: <154904548605.19521.15617178613558628332.gitbox@gitbox.apache.org> Date: Fri, 01 Feb 2019 18:24:46 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit zhanghang1989 opened a new issue #11592: Flaky Test Issue of GPU Operator URL: https://github.com/apache/incubator-mxnet/issues/11592 ## Description `kernel_error_check_imperative()` and `kernel_error_check_symbolic()` in `test_operator_gpu.py` have flaky issues. ``` test_operator_gpu.test_kernel_error_checking ... Process SpawnProcess-1: Traceback (most recent call last): File "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap self.run() File "/usr/lib/python3.5/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) File "/work/mxnet/tests/python/gpu/test_operator_gpu.py", line 1832, in kernel_error_check_imperative c = (a / b).asnumpy() File "/work/mxnet/tests/python/unittest/../../../python/mxnet/ndarray/ndarray.py", line 1910, in asnumpy ctypes.c_size_t(data.size))) File "/work/mxnet/tests/python/unittest/../../../python/mxnet/base.py", line 210, in check_call raise MXNetError(py_str(_LIB.MXGetLastError())) mxnet.base.MXNetError: [19:32:53] src/operator/tensor/././../mxnet_op.h:586: Check failed: err == cudaSuccess (9 vs. 0) Name: mxnet_generic_kernel_ex ErrStr:invalid configuration argument ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services