[GitHub] [incubator-mxnet] larroy commented on a change in pull request #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-26 Thread GitBox
larroy commented on a change in pull request #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#discussion_r398837420 ## File path:

[GitHub] [incubator-mxnet] leezu edited a comment on issue #17914: Regression in '+' operator on GPU with CachedOp

2020-03-26 Thread GitBox
leezu edited a comment on issue #17914: Regression in '+' operator on GPU with CachedOp URL: https://github.com/apache/incubator-mxnet/issues/17914#issuecomment-604559218 I can reproduce this with mxnet-cu101==1.6 on a G4 instancen. This appears to be a bug with operator fusion. If you

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2020-03-26 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new f7e0616 Bump the

[GitHub] [incubator-mxnet] ptsinganos commented on issue #2157: a error! Mxnet will crash!

2020-03-26 Thread GitBox
ptsinganos commented on issue #2157: a error! Mxnet will crash! URL: https://github.com/apache/incubator-mxnet/issues/2157#issuecomment-604544199 Did you solve this issue? I have the same problem as well. This is an

[GitHub] [incubator-mxnet] connorgoggins commented on issue #17798: [Website 2.0] General Version Dropdown

2020-03-26 Thread GitBox
connorgoggins commented on issue #17798: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/issues/17798#issuecomment-604581197 @leezu thanks for your questions! Right now I'm inclined to only provide the static version of v1.6 rather than trying to

[GitHub] [incubator-mxnet] leezu commented on issue #17798: [Website 2.0] General Version Dropdown

2020-03-26 Thread GitBox
leezu commented on issue #17798: [Website 2.0] General Version Dropdown URL: https://github.com/apache/incubator-mxnet/issues/17798#issuecomment-604568218 Thank you @connorgoggins! Would it make sense to default to the last stable version (ie. v1.6)? Are you going to backport the

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #17915: MKLDNN 3D dilate support

2020-03-26 Thread GitBox
sandeep-krishnamurthy commented on issue #17915: MKLDNN 3D dilate support URL: https://github.com/apache/incubator-mxnet/issues/17915#issuecomment-604634207 @PatricZhao - Can you please help us here? Thanks. This is an

[GitHub] [incubator-mxnet] ptrendx commented on issue #17914: Operator fusion breaks '+' operator on GPU with CachedOp

2020-03-26 Thread GitBox
ptrendx commented on issue #17914: Operator fusion breaks '+' operator on GPU with CachedOp URL: https://github.com/apache/incubator-mxnet/issues/17914#issuecomment-604604059 I will look into this - I'm not sure if this is + though that is problematic. It looks more like a problem with

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-03-26 Thread GitBox
sandeep-krishnamurthy commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-604635235 @ChaiBapchya - windows-gpu build is failing consistently here. Any suggestions please? Thanks.

[GitHub] [incubator-mxnet] chinakook opened a new pull request #17917: fix UnicodeDecodeError: 'utf-8' codec can't decode bytes in position …

2020-03-26 Thread GitBox
chinakook opened a new pull request #17917: fix UnicodeDecodeError: 'utf-8' codec can't decode bytes in position … URL: https://github.com/apache/incubator-mxnet/pull/17917 …73-74: invalid continuation byte fix bug on Windows ## Description ## (Brief description on what

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17917: fix UnicodeDecodeError: 'utf-8' codec can't decode bytes in position …

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17917: fix UnicodeDecodeError: 'utf-8' codec can't decode bytes in position … URL: https://github.com/apache/incubator-mxnet/pull/17917#issuecomment-604731775 Hey @chinakook , Thanks for submitting the PR Once your PR is ready for CI checks, invoke the

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #17916: 32 to 64 bit toolchain for windows-gpu build

2020-03-26 Thread GitBox
ChaiBapchya opened a new pull request #17916: 32 to 64 bit toolchain for windows-gpu build URL: https://github.com/apache/incubator-mxnet/pull/17916 Trying out @snnn suggestion : https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-604659219

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17916: 32 to 64 bit toolchain for windows-gpu build

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17916: 32 to 64 bit toolchain for windows-gpu build URL: https://github.com/apache/incubator-mxnet/pull/17916#issuecomment-604665303 Hey @ChaiBapchya , Thanks for submitting the PR Once your PR is ready for CI checks, invoke the following commands: -

[GitHub] [incubator-mxnet] leezu commented on issue #17916: 32 to 64 bit toolchain for windows-gpu build

2020-03-26 Thread GitBox
leezu commented on issue #17916: 32 to 64 bit toolchain for windows-gpu build URL: https://github.com/apache/incubator-mxnet/pull/17916#issuecomment-604683466 It's essentially the same as https://github.com/apache/incubator-mxnet/pull/17912. The Windows AMI used by CI is kind of broken,

[GitHub] [incubator-mxnet] snnn commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-03-26 Thread GitBox
snnn commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-604659219 I don't know why it just started failing, but I know how to fix it. The root cause is: you're using 32 bits compiler for

[GitHub] [incubator-mxnet] leezu commented on issue #17914: Regression in '+' operator on GPU with CachedOp

2020-03-26 Thread GitBox
leezu commented on issue #17914: Regression in '+' operator on GPU with CachedOp URL: https://github.com/apache/incubator-mxnet/issues/17914#issuecomment-604559218 I can reproduce this with mxnet-cu101==1.6 on a G4 instancen. This appears to be a bug with operator fusion. If you export

[GitHub] [incubator-mxnet] ChaiBapchya opened a new issue #17915: MKLDNN 3D dilate support

2020-03-26 Thread GitBox
ChaiBapchya opened a new issue #17915: MKLDNN 3D dilate support URL: https://github.com/apache/incubator-mxnet/issues/17915 MXNet supports 3D dilate on convolution. However, it doesn't leverage MKLDNN library. As a result, one of our big customers faced the issue where GPU (3d conv

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm

2020-03-26 Thread GitBox
ChaiBapchya commented on issue #17711: [ONNX export] Fixing spatial export for batchnorm URL: https://github.com/apache/incubator-mxnet/pull/17711#issuecomment-604666579 @snnn Thanks for the suggestion. Actually @leezu in his https://github.com/apache/incubator-mxnet/pull/17912/ tried

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-26 Thread GitBox
ChaiBapchya edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-604250636 Updated links for cudnn & VS2019 [private repo: restricted access]

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-26 Thread GitBox
ChaiBapchya commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-604250636 Updated links for cudnn & VS2019 -

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-26 Thread GitBox
ChaiBapchya edited a comment on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-604250636 Updated links for cudnn & VS2019 [private bucket: restricted

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2020-03-26 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new a965442 Bump the

[GitHub] [incubator-mxnet] BenjaminCHEN2016 removed a comment on issue #17865: [Numpy] add: numpy op rollaxis

2020-03-26 Thread GitBox
BenjaminCHEN2016 removed a comment on issue #17865: [Numpy] add: numpy op rollaxis URL: https://github.com/apache/incubator-mxnet/pull/17865#issuecomment-604261566 @mxnet-bot run ci all This is an automated message from the

[GitHub] [incubator-mxnet] BenjaminCHEN2016 commented on issue #17865: [Numpy] add: numpy op rollaxis

2020-03-26 Thread GitBox
BenjaminCHEN2016 commented on issue #17865: [Numpy] add: numpy op rollaxis URL: https://github.com/apache/incubator-mxnet/pull/17865#issuecomment-604261566 @mxnet-bot run ci all This is an automated message from the Apache

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17865: [Numpy] add: numpy op rollaxis

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17865: [Numpy] add: numpy op rollaxis URL: https://github.com/apache/incubator-mxnet/pull/17865#issuecomment-604261577 Undefined action detected. Permissible actions are : run ci [all], run ci [job1, job2] Example : @mxnet-bot run ci [all] Example :

[GitHub] [incubator-mxnet] BenjaminCHEN2016 commented on issue #17865: [Numpy] add: numpy op rollaxis

2020-03-26 Thread GitBox
BenjaminCHEN2016 commented on issue #17865: [Numpy] add: numpy op rollaxis URL: https://github.com/apache/incubator-mxnet/pull/17865#issuecomment-604261714 @mxnet-bot run ci [all] This is an automated message from the Apache

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17865: [Numpy] add: numpy op rollaxis

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17865: [Numpy] add: numpy op rollaxis URL: https://github.com/apache/incubator-mxnet/pull/17865#issuecomment-604261785 Jenkins CI successfully triggered : [windows-cpu, centos-gpu, sanity, centos-cpu, edge, clang, website, miscellaneous, windows-gpu, unix-gpu,

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399045512 ## File path: include/mxnet/lib_api.h ## @@ -437,10 +438,12 @@ class OpResource {

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399045224 ## File path: example/extensions/lib_custom_op/test_relu.py ## @@ -63,22 +63,33 @@

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399045189 ## File path: example/extensions/lib_custom_op/test_relu.py ## @@ -63,22 +63,33 @@

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399045512 ## File path: include/mxnet/lib_api.h ## @@ -437,10 +438,12 @@ class OpResource {

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399046049 ## File path: include/mxnet/lib_api.h ## @@ -997,7 +1015,8 @@ typedef int

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399045773 ## File path: include/mxnet/lib_api.h ## @@ -463,6 +466,19 @@ class OpResource {

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399045838 ## File path: include/mxnet/lib_api.h ## @@ -463,6 +466,19 @@ class OpResource {

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399046049 ## File path: include/mxnet/lib_api.h ## @@ -997,7 +1015,8 @@ typedef int

[GitHub] [incubator-mxnet] JiangZhaoh opened a new pull request #17921: [Numpy] allow mix integer dtypes for power/add/multiply

2020-03-26 Thread GitBox
JiangZhaoh opened a new pull request #17921: [Numpy] allow mix integer dtypes for power/add/multiply URL: https://github.com/apache/incubator-mxnet/pull/17921 ## Description ## resolution for issue [#17839](https://github.com/apache/incubator-mxnet/issues/17839) allow to mix

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17921: [Numpy] allow mix integer dtypes for power/add/multiply

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17921: [Numpy] allow mix integer dtypes for power/add/multiply URL: https://github.com/apache/incubator-mxnet/pull/17921#issuecomment-604822412 Hey @JiangZhaoh , Thanks for submitting the PR Once your PR is ready for CI checks, invoke the following

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399042740 ## File path: example/extensions/lib_custom_op/relu_lib.cu ## @@ -180,6 +182,75 @@

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399043126 ## File path: example/extensions/lib_custom_op/relu_lib.cu ## @@ -180,6 +182,75 @@

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399046416 ## File path: src/c_api/c_api.cc ## @@ -248,11 +249,22 @@ void

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support

2020-03-26 Thread GitBox
samskalicky commented on a change in pull request #17762: Custom Operator Random Number Generator Support URL: https://github.com/apache/incubator-mxnet/pull/17762#discussion_r399043504 ## File path: example/extensions/lib_custom_op/relu_lib.cu ## @@ -180,6 +182,75 @@

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17919: upgrade sphinx and autodocsumm

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919#issuecomment-604760481 Hey @aaronmarkham , Thanks for submitting the PR Once your PR is ready for CI checks, invoke the following commands: - To trigger all

[GitHub] [incubator-mxnet] aaronmarkham opened a new pull request #17919: upgrade sphinx and autodocsumm

2020-03-26 Thread GitBox
aaronmarkham opened a new pull request #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919 ## Description ## Back-porting a patch for Julia and Python docs building. This is an

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #17919: upgrade sphinx and autodocsumm

2020-03-26 Thread GitBox
aaronmarkham commented on issue #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919#issuecomment-604766730 @mxnet-bot run ci website This is an automated message from the Apache

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17919: upgrade sphinx and autodocsumm

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919#issuecomment-604766732 Undefined action detected. Permissible actions are : run ci [all], run ci [job1, job2] Example : @mxnet-bot run ci [all] Example :

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17919: upgrade sphinx and autodocsumm

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919#issuecomment-604766915 Jenkins CI successfully triggered : [website] This is an automated message

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #17919: upgrade sphinx and autodocsumm

2020-03-26 Thread GitBox
aaronmarkham commented on issue #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919#issuecomment-604766884 @mxnet-bot run ci [website] This is an automated message from the Apache

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #17919: upgrade sphinx and autodocsumm

2020-03-26 Thread GitBox
aaronmarkham commented on issue #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919#issuecomment-604788898 @ChaiBapchya Why did it run all of the tests? I thought it was supposed to only run the one I requested.

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #17919: upgrade sphinx and autodocsumm

2020-03-26 Thread GitBox
ChaiBapchya commented on issue #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919#issuecomment-604806454 Auto-triggers hasn't been disabled yet (due to few members raising concerns for this drastic change in functionality) [Refer : [mail

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2020-03-26 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 7132898 Bump the

[GitHub] [incubator-mxnet] aaronmarkham opened a new issue #17920: R docs generation error

2020-03-26 Thread GitBox
aaronmarkham opened a new issue #17920: R docs generation error URL: https://github.com/apache/incubator-mxnet/issues/17920 ## Description When CI tries to create the R docs, it fails, blocking website creation and CI's website test. This particular error happens with v1.6.x.

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-604739359 Jenkins CI successfully triggered : [windows-cpu, windows-gpu]

[GitHub] [incubator-mxnet] leezu commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs

2020-03-26 Thread GitBox
leezu commented on issue #17808: [WIP] Windows dev environment configuration, update install instructions from source in the docs URL: https://github.com/apache/incubator-mxnet/pull/17808#issuecomment-604739315 @mxnet-bot run ci [windows-cpu, windows-gpu]

[GitHub] [incubator-mxnet] TaoLv commented on issue #17915: MKLDNN 3D dilate support

2020-03-26 Thread GitBox
TaoLv commented on issue #17915: MKLDNN 3D dilate support URL: https://github.com/apache/incubator-mxnet/issues/17915#issuecomment-604739768 @ChaiBapchya Please try if https://github.com/apache/incubator-mxnet/pull/17884 works for you. Thanks.

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #17919: upgrade sphinx and autodocsumm

2020-03-26 Thread GitBox
aaronmarkham commented on issue #17919: upgrade sphinx and autodocsumm URL: https://github.com/apache/incubator-mxnet/pull/17919#issuecomment-604789096 Website test blocked by #17920 This is an automated message from the

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #17918: Website / docs build breaking due to Jekyll/Ruby version update

2020-03-26 Thread GitBox
aaronmarkham commented on issue #17918: Website / docs build breaking due to Jekyll/Ruby version update URL: https://github.com/apache/incubator-mxnet/issues/17918#issuecomment-604802528 I think we need to specify the Ruby version 2.6.3 in the Gemfile, and regenerate the Gemfile.lock.

[GitHub] [incubator-mxnet] aaronmarkham opened a new issue #17918: Website / docs build breaking due to Jekyll/Ruby version update

2020-03-26 Thread GitBox
aaronmarkham opened a new issue #17918: Website / docs build breaking due to Jekyll/Ruby version update URL: https://github.com/apache/incubator-mxnet/issues/17918 ## Description Local docs builds are breaking. Production is working fine and will stay that way until the docker cache

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #17915: MKLDNN 3D dilate support

2020-03-26 Thread GitBox
pengzhao-intel commented on issue #17915: MKLDNN 3D dilate support URL: https://github.com/apache/incubator-mxnet/issues/17915#issuecomment-604774990 Thanks, @sandeep-krishnamurthy @ChaiBapchya we are working on this :)

[GitHub] [incubator-mxnet] leezu removed a comment on issue #17916: 32 to 64 bit toolchain for windows-gpu build

2020-03-26 Thread GitBox
leezu removed a comment on issue #17916: 32 to 64 bit toolchain for windows-gpu build URL: https://github.com/apache/incubator-mxnet/pull/17916#issuecomment-604683466 It's essentially the same as https://github.com/apache/incubator-mxnet/pull/17912. The Windows AMI used by CI is kind of

[GitHub] [incubator-mxnet] ptrendx commented on issue #17913: ModuleNotFoundError: No module named 'mxnet.contrib.amp'

2020-03-26 Thread GitBox
ptrendx commented on issue #17913: ModuleNotFoundError: No module named 'mxnet.contrib.amp' URL: https://github.com/apache/incubator-mxnet/issues/17913#issuecomment-604694455 What is the version of MXNet you are using?

[GitHub] [incubator-mxnet] chinakook commented on issue #17907: Depthwise in windows is 10 times slower than linux on gpu

2020-03-26 Thread GitBox
chinakook commented on issue #17907: Depthwise in windows is 10 times slower than linux on gpu URL: https://github.com/apache/incubator-mxnet/issues/17907#issuecomment-604265587 It's relevant to the cudnn opitimization on windows with Pascal cards.

[GitHub] [incubator-mxnet] BenjaminCHEN2016 commented on issue #17904: [Numpy] add: numpy op trilindices

2020-03-26 Thread GitBox
BenjaminCHEN2016 commented on issue #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#issuecomment-604270633 @mxnet-bot run ci [all] This is an automated message from the

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17904: [Numpy] add: numpy op trilindices

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17904: [Numpy] add: numpy op trilindices URL: https://github.com/apache/incubator-mxnet/pull/17904#issuecomment-604270721 Jenkins CI successfully triggered : [centos-gpu, unix-cpu, clang, unix-gpu, windows-cpu, edge, centos-cpu, miscellaneous, website,

[GitHub] [incubator-mxnet] chinakook closed issue #17907: Depthwise in windows is 10 times slower than linux on gpu

2020-03-26 Thread GitBox
chinakook closed issue #17907: Depthwise in windows is 10 times slower than linux on gpu URL: https://github.com/apache/incubator-mxnet/issues/17907 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17857: [Numpy] FFI: sort, argsort, vstack

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17857: [Numpy] FFI: sort, argsort, vstack URL: https://github.com/apache/incubator-mxnet/pull/17857#issuecomment-604295036 Jenkins CI successfully triggered : [unix-gpu, centos-gpu] This is an

[GitHub] [incubator-mxnet] hanke580 commented on issue #17857: [Numpy] FFI: sort, argsort, vstack

2020-03-26 Thread GitBox
hanke580 commented on issue #17857: [Numpy] FFI: sort, argsort, vstack URL: https://github.com/apache/incubator-mxnet/pull/17857#issuecomment-604294962 @mxnet-bot run ci [unix-gpu, centos-gpu] This is an automated

[GitHub] [incubator-mxnet] shuo-ouyang commented on issue #9558: Signum with grad compression

2020-03-26 Thread GitBox
shuo-ouyang commented on issue #9558: Signum with grad compression URL: https://github.com/apache/incubator-mxnet/pull/9558#issuecomment-604264502 > It's fairly easy to change the compression to use 1bit. You need to change the bitmasks in the struct quantize_signum and dequantize_signum,

[GitHub] [incubator-mxnet] Mukulareddy opened a new issue #17913: ModuleNotFoundError: No module named 'mxnet.contrib.amp'

2020-03-26 Thread GitBox
Mukulareddy opened a new issue #17913: ModuleNotFoundError: No module named 'mxnet.contrib.amp' URL: https://github.com/apache/incubator-mxnet/issues/17913 ## Description (A clear and concise description of what the bug is.) ### Error Message (Paste the complete error

[GitHub] [incubator-mxnet] Tommliu removed a comment on issue #17793: [Numpy] OP_interp

2020-03-26 Thread GitBox
Tommliu removed a comment on issue #17793: [Numpy] OP_interp URL: https://github.com/apache/incubator-mxnet/pull/17793#issuecomment-604193004 @mxnet-bot run ci [windows-gpu] This is an automated message from the Apache Git

[GitHub] [incubator-mxnet] vafl opened a new issue #17914: `broadcast_add` and `+` give different results when hybridizing

2020-03-26 Thread GitBox
vafl opened a new issue #17914: `broadcast_add` and `+` give different results when hybridizing URL: https://github.com/apache/incubator-mxnet/issues/17914 ## Description In some cases `broadcast_add` and `+` give different results. This issue seems to be new in 1.6. ## To

[GitHub] [incubator-mxnet] Tommliu removed a comment on issue #17793: [Numpy] OP_interp

2020-03-26 Thread GitBox
Tommliu removed a comment on issue #17793: [Numpy] OP_interp URL: https://github.com/apache/incubator-mxnet/pull/17793#issuecomment-603673084 @mxnet-bot run ci [windows-gpu] This is an automated message from the Apache Git

[incubator-mxnet-site] branch asf-site updated: Bump the publish timestamp.

2020-03-26 Thread aaronmarkham
This is an automated email from the ASF dual-hosted git repository. aaronmarkham pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git The following commit(s) were added to refs/heads/asf-site by this push: new 58d17e5 Bump the

[GitHub] [incubator-mxnet] SayHiRay commented on issue #17855: TensorRT does not work on other GPUs except GPU0

2020-03-26 Thread GitBox
SayHiRay commented on issue #17855: TensorRT does not work on other GPUs except GPU0 URL: https://github.com/apache/incubator-mxnet/issues/17855#issuecomment-604412875 > It seems the onnx-trt not setting the device properly. @SayHiRay If you accept a dirty workaround try replace ctx =

[GitHub] [incubator-mxnet] wkcn commented on issue #17748: [Bug Fix] support multiple-dim input for unravel_index

2020-03-26 Thread GitBox
wkcn commented on issue #17748: [Bug Fix] support multiple-dim input for unravel_index URL: https://github.com/apache/incubator-mxnet/pull/17748#issuecomment-604490764 @mxnet-bot run ci [windows-gpu] This is an automated

[GitHub] [incubator-mxnet] mxnet-bot commented on issue #17748: [Bug Fix] support multiple-dim input for unravel_index

2020-03-26 Thread GitBox
mxnet-bot commented on issue #17748: [Bug Fix] support multiple-dim input for unravel_index URL: https://github.com/apache/incubator-mxnet/pull/17748#issuecomment-604490835 Jenkins CI successfully triggered : [windows-gpu]