Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7913A200D44 for ; Mon, 6 Nov 2017 04:09:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6E110160BFE; Mon, 6 Nov 2017 03:09:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A8BF5160BE7 for ; Mon, 6 Nov 2017 04:09:42 +0100 (CET) Received: (qmail 51777 invoked by uid 500); 6 Nov 2017 03:09:27 -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 51767 invoked by uid 99); 6 Nov 2017 03:09:27 -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; Mon, 06 Nov 2017 03:09:27 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] solin319 commented on issue #8557: Convolution dilate run not as expected in cpu context Message-ID: <150993776722.1727.6744455169950334337.gitbox@gitbox.apache.org> archived-at: Mon, 06 Nov 2017 03:09:43 -0000 solin319 commented on issue #8557: Convolution dilate run not as expected in cpu context URL: https://github.com/apache/incubator-mxnet/issues/8557#issuecomment-342035302 In MXnet=0.12, the result in cpu and gpu were same. [[[[ 4. 6.] [ 8. 10.] [ 12. 15.] [ 18. 21.] [ 24. 27.] [ 30. 33.] [ 36. 39.] [ 42. 45.] [ 48. 51.] [ 54. 57.] [ 60. 63.] [ 66. 69.] [ 72. 75.] [ 78. 81.] [ 84. 87.] [ 90. 93.] [ 96. 99.] [ 102. 105.] [ 108. 111.] [ 114. 117.] [ 120. 123.] [ 126. 129.] [ 132. 135.] [ 138. 141.] [ 144. 147.] [ 150. 153.] [ 156. 159.] [ 162. 165.] [ 108. 110.] [ 112. 114.]]]] ---------------------------------------------------------------- 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