[GitHub] [incubator-mxnet] ElaineBao commented on issue #17265: Add bfloat16 floating-point format support based on AMP

2020-01-13 Thread GitBox
ElaineBao commented on issue #17265: Add bfloat16 floating-point format support based on AMP URL: https://github.com/apache/incubator-mxnet/pull/17265#issuecomment-574050844 > For bfloat16 training, which loss scalar is recommended? Do we also need to perform NaN checks? Bfloat16

[GitHub] [incubator-mxnet] sjtuWangDing commented on a change in pull request #17188: [Numpy] Add linalg.eig/eigh/eigvals/eigvalsh op

2020-01-13 Thread GitBox
sjtuWangDing commented on a change in pull request #17188: [Numpy] Add linalg.eig/eigh/eigvals/eigvalsh op URL: https://github.com/apache/incubator-mxnet/pull/17188#discussion_r366190317 ## File path: src/operator/numpy/linalg/np_eigvals.cc ## @@ -0,0 +1,124 @@ +/* + *

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP

2020-01-13 Thread GitBox
eric-haibin-lin commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP URL: https://github.com/apache/incubator-mxnet/pull/17265#discussion_r366188211 ## File path: src/engine/naive_engine.cc ## @@ -55,7 +55,7 @@ class

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue

2020-01-13 Thread GitBox
ChaiBapchya commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue URL: https://github.com/apache/incubator-mxnet/pull/17297#discussion_r366185864 ## File path: cmake/Modules/FindNCCL.cmake ## @@ -33,6 +33,26 @@ set(NCCL_ROOT_DIR "" CACHE PATH

[incubator-mxnet] branch master updated (a8452aa -> 58cbd65)

2020-01-13 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a8452aa Fix language selection in get_started options.js (#17284) add 58cbd65 [MXNET-978] Higher

[incubator-mxnet] branch master updated (a8452aa -> 58cbd65)

2020-01-13 Thread sxjscience
This is an automated email from the ASF dual-hosted git repository. sxjscience pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from a8452aa Fix language selection in get_started options.js (#17284) add 58cbd65 [MXNET-978] Higher

[GitHub] [incubator-mxnet] sxjscience merged pull request #15476: [MXNET-978] Higher Order Gradient Support `rsqrt`, `rcbrt`.

2020-01-13 Thread GitBox
sxjscience merged pull request #15476: [MXNET-978] Higher Order Gradient Support `rsqrt`, `rcbrt`. URL: https://github.com/apache/incubator-mxnet/pull/15476 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-mxnet] sxjscience commented on issue #15476: [MXNET-978] Higher Order Gradient Support `rsqrt`, `rcbrt`.

2020-01-13 Thread GitBox
sxjscience commented on issue #15476: [MXNET-978] Higher Order Gradient Support `rsqrt`, `rcbrt`. URL: https://github.com/apache/incubator-mxnet/pull/15476#issuecomment-574036070 @kshitij12345 Thanks! This is an automated

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

2020-01-13 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 f8759d6 Bump the

[GitHub] [incubator-mxnet] apeforest commented on issue #17159: Performance regression from 1.4.1 to 1.5.1

2020-01-13 Thread GitBox
apeforest commented on issue #17159: Performance regression from 1.4.1 to 1.5.1 URL: https://github.com/apache/incubator-mxnet/issues/17159#issuecomment-574029399 The original issue was regression between 1.4 and 1.5. Could you also post results built from source using 1.4?

[GitHub] [incubator-mxnet] kshitij12345 commented on issue #15476: [MXNET-978] Higher Order Gradient Support `rsqrt`, `rcbrt`.

2020-01-13 Thread GitBox
kshitij12345 commented on issue #15476: [MXNET-978] Higher Order Gradient Support `rsqrt`, `rcbrt`. URL: https://github.com/apache/incubator-mxnet/pull/15476#issuecomment-574026788 @apeforest @larroy @sxjscience Gentle ping for review

[GitHub] [incubator-mxnet] kshitij12345 commented on issue #15679: [MXNET-978] Higher Order Gradient Support `softsign`, `hard_sigmoid`.

2020-01-13 Thread GitBox
kshitij12345 commented on issue #15679: [MXNET-978] Higher Order Gradient Support `softsign`, `hard_sigmoid`. URL: https://github.com/apache/incubator-mxnet/pull/15679#issuecomment-574026504 @apeforest @larroy @sxjscience Gentle ping for review.

[incubator-mxnet] branch master updated (2938684 -> a8452aa)

2020-01-13 Thread lausen
This is an automated email from the ASF dual-hosted git repository. lausen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 2938684 handle array_like fill_value for np.full; add unit test coverage (#17245) add a8452aa Fix

[GitHub] [incubator-mxnet] leezu commented on issue #17284: Fix language selection in get_started options.js

2020-01-13 Thread GitBox
leezu commented on issue #17284: Fix language selection in get_started options.js URL: https://github.com/apache/incubator-mxnet/pull/17284#issuecomment-57409 I also tested the change by modifying the file using Chrome's local overrides feature. I don't think PRs can be currently

[GitHub] [incubator-mxnet] leezu merged pull request #17284: Fix language selection in get_started options.js

2020-01-13 Thread GitBox
leezu merged pull request #17284: Fix language selection in get_started options.js URL: https://github.com/apache/incubator-mxnet/pull/17284 This is an automated message from the Apache Git Service. To respond to the

[incubator-mxnet] branch master updated (1a61a86 -> 2938684)

2020-01-13 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 1a61a86 HMM Model (#17120) add 2938684 handle array_like fill_value for np.full; add unit test

[incubator-mxnet] branch master updated (1a61a86 -> 2938684)

2020-01-13 Thread reminisce
This is an automated email from the ASF dual-hosted git repository. reminisce pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 1a61a86 HMM Model (#17120) add 2938684 handle array_like fill_value for np.full; add unit test

[incubator-mxnet] branch master updated (75b93bb -> 1a61a86)

2020-01-13 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 75b93bb [CD] fix CD pipeline (#17259) add 1a61a86 HMM Model (#17120) No new revisions were added by

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue

2020-01-13 Thread GitBox
leezu commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue URL: https://github.com/apache/incubator-mxnet/pull/17297#discussion_r366166613 ## File path: cmake/Modules/FindNCCL.cmake ## @@ -33,6 +33,26 @@ set(NCCL_ROOT_DIR "" CACHE PATH "Folder

[incubator-mxnet] branch master updated (75b93bb -> 1a61a86)

2020-01-13 Thread haoj
This is an automated email from the ASF dual-hosted git repository. haoj pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 75b93bb [CD] fix CD pipeline (#17259) add 1a61a86 HMM Model (#17120) No new revisions were added by

[GitHub] [incubator-mxnet] reminisce merged pull request #17245: Handle extra cases for np.full

2020-01-13 Thread GitBox
reminisce merged pull request #17245: Handle extra cases for np.full URL: https://github.com/apache/incubator-mxnet/pull/17245 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue

2020-01-13 Thread GitBox
leezu commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue URL: https://github.com/apache/incubator-mxnet/pull/17297#discussion_r366166613 ## File path: cmake/Modules/FindNCCL.cmake ## @@ -33,6 +33,26 @@ set(NCCL_ROOT_DIR "" CACHE PATH "Folder

[GitHub] [incubator-mxnet] haojin2 merged pull request #17120: Fix Several Issues In the HMM Model

2020-01-13 Thread GitBox
haojin2 merged pull request #17120: Fix Several Issues In the HMM Model URL: https://github.com/apache/incubator-mxnet/pull/17120 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-mxnet] haojin2 commented on issue #17298: [MXNET-1438] Adding SDML loss function

2020-01-13 Thread GitBox
haojin2 commented on issue #17298: [MXNET-1438] Adding SDML loss function URL: https://github.com/apache/incubator-mxnet/pull/17298#issuecomment-574016263 @anjishnu Please address the sanity errors:

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17294: fix build from source instruction

2020-01-13 Thread GitBox
apeforest commented on a change in pull request #17294: fix build from source instruction URL: https://github.com/apache/incubator-mxnet/pull/17294#discussion_r366157969 ## File path: docs/static_site/src/pages/get_started/ubuntu_setup.md ## @@ -63,11 +63,11 @@ Then

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17294: fix build from source instruction

2020-01-13 Thread GitBox
apeforest commented on a change in pull request #17294: fix build from source instruction URL: https://github.com/apache/incubator-mxnet/pull/17294#discussion_r366157949 ## File path: docs/static_site/src/pages/get_started/ubuntu_setup.md ## @@ -63,11 +63,11 @@ Then

[GitHub] [incubator-mxnet] apeforest commented on issue #17294: fix build from source instruction

2020-01-13 Thread GitBox
apeforest commented on issue #17294: fix build from source instruction URL: https://github.com/apache/incubator-mxnet/pull/17294#issuecomment-574008165 > Why do we have 2 build from source pages, this is all extremely confusing. > >

[GitHub] [incubator-mxnet] ZhennanQin commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP

2020-01-13 Thread GitBox
ZhennanQin commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP URL: https://github.com/apache/incubator-mxnet/pull/17265#discussion_r366153708 ## File path: src/engine/naive_engine.cc ## @@ -55,7 +55,7 @@ class

[GitHub] [incubator-mxnet] pengzhao-intel commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP

2020-01-13 Thread GitBox
pengzhao-intel commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP URL: https://github.com/apache/incubator-mxnet/pull/17265#discussion_r366151188 ## File path: .gitmodules ## @@ -6,7 +6,7 @@ url =

[incubator-mxnet] branch master updated (461f167 -> 75b93bb)

2020-01-13 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 461f167 porting numpy-compatible hstack to master and add dstack for interoperability (#17030) add

[incubator-mxnet] branch master updated (461f167 -> 75b93bb)

2020-01-13 Thread zhasheng
This is an automated email from the ASF dual-hosted git repository. zhasheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git. from 461f167 porting numpy-compatible hstack to master and add dstack for interoperability (#17030) add

[GitHub] [incubator-mxnet] szha merged pull request #17259: [CD] fix CD pipeline

2020-01-13 Thread GitBox
szha merged pull request #17259: [CD] fix CD pipeline URL: https://github.com/apache/incubator-mxnet/pull/17259 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-mxnet] anjishnu opened a new pull request #17298: [MXNET-1438] Adding SDML loss function

2020-01-13 Thread GitBox
anjishnu opened a new pull request #17298: [MXNET-1438] Adding SDML loss function URL: https://github.com/apache/incubator-mxnet/pull/17298 ## Description ## (Brief description on what this PR is about) ## Checklist ## ### Essentials ### Please feel free to remove

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue

2020-01-13 Thread GitBox
apeforest commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue URL: https://github.com/apache/incubator-mxnet/pull/17297#discussion_r366134308 ## File path: cmake/Modules/FindNCCL.cmake ## @@ -33,6 +33,26 @@ set(NCCL_ROOT_DIR "" CACHE PATH

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue

2020-01-13 Thread GitBox
apeforest commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue URL: https://github.com/apache/incubator-mxnet/pull/17297#discussion_r366134308 ## File path: cmake/Modules/FindNCCL.cmake ## @@ -33,6 +33,26 @@ set(NCCL_ROOT_DIR "" CACHE PATH

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue

2020-01-13 Thread GitBox
apeforest commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue URL: https://github.com/apache/incubator-mxnet/pull/17297#discussion_r366134380 ## File path: cmake/Modules/FindNCCL.cmake ## @@ -33,6 +33,26 @@ set(NCCL_ROOT_DIR "" CACHE PATH

[GitHub] [incubator-mxnet] apeforest commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue

2020-01-13 Thread GitBox
apeforest commented on a change in pull request #17297: Fix NCCL Cmake autodetect issue URL: https://github.com/apache/incubator-mxnet/pull/17297#discussion_r366134334 ## File path: cmake/Modules/FindNCCL.cmake ## @@ -33,6 +33,26 @@ set(NCCL_ROOT_DIR "" CACHE PATH

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #16654: Multithreaded Inference Support

2020-01-13 Thread GitBox
anirudh2290 commented on a change in pull request #16654: Multithreaded Inference Support URL: https://github.com/apache/incubator-mxnet/pull/16654#discussion_r366134125 ## File path: src/imperative/cached_op.h ## @@ -26,8 +26,195 @@ #include #include #include

[GitHub] [incubator-mxnet] wuxun-zhang commented on issue #17231: cannot quantization example

2020-01-13 Thread GitBox
wuxun-zhang commented on issue #17231: cannot quantization example URL: https://github.com/apache/incubator-mxnet/issues/17231#issuecomment-573973756 @zhhoper Any update for this issue? This is an automated message from the

[GitHub] [incubator-mxnet] ChaiBapchya opened a new pull request #17297: Fix NCCL Cmake autodetect issue

2020-01-13 Thread GitBox
ChaiBapchya opened a new pull request #17297: Fix NCCL Cmake autodetect issue URL: https://github.com/apache/incubator-mxnet/pull/17297 ## Description ## Fixes https://github.com/apache/incubator-mxnet/issues/17239 ## Checklist ## ### Essentials ### - [ ] Changes are

[GitHub] [incubator-mxnet] samskalicky commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support

2020-01-13 Thread GitBox
samskalicky commented on a change in pull request #17270: [WIP] Dynamic custom operator GPU support URL: https://github.com/apache/incubator-mxnet/pull/17270#discussion_r366123444 ## File path: src/c_api/c_api.cc ## @@ -720,8 +751,11 @@ int MXLoadLib(const char *path) {

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

2020-01-13 Thread GitBox
larroy commented on a change in pull request #17206: Windows dev environment configuration, update install instructions from source in the docs. URL: https://github.com/apache/incubator-mxnet/pull/17206#discussion_r366120725 ## File path: ci/windows_dev_env/requirements.txt

[GitHub] [incubator-mxnet] larroy commented on issue #15492: No CMAKE_CUDA_COMPILER could be found

2020-01-13 Thread GitBox
larroy commented on issue #15492: No CMAKE_CUDA_COMPILER could be found URL: https://github.com/apache/incubator-mxnet/issues/15492#issuecomment-573959749 Let's add a note about CMAKE_CUDA_COMPILER to the install instructions.

[GitHub] [incubator-mxnet] larroy commented on issue #15492: No CMAKE_CUDA_COMPILER could be found

2020-01-13 Thread GitBox
larroy commented on issue #15492: No CMAKE_CUDA_COMPILER could be found URL: https://github.com/apache/incubator-mxnet/issues/15492#issuecomment-573959686 with cuda 9.2 as in the CI environment this is not a problem as nvcc is added to the path.

[GitHub] [incubator-mxnet] rongzha1 commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP

2020-01-13 Thread GitBox
rongzha1 commented on a change in pull request #17265: Add bfloat16 floating-point format support based on AMP URL: https://github.com/apache/incubator-mxnet/pull/17265#discussion_r366115432 ## File path: include/mxnet/ndarray.h ## @@ -770,6 +770,12 @@ class NDArray {

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r36650 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366112551 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366112812 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366108808 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366110115 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366112461 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366112292 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366111871 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366110539 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366111466 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366110748 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366110828 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366109842 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366112087 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366110448 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366109718 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366110882 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366109555 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366109930 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366113614 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366111402 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366110494 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366108930 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366109160 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

[GitHub] [incubator-mxnet] aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc

2020-01-13 Thread GitBox
aaronmarkham commented on a change in pull request #17241: Add CustomOp tutorial doc URL: https://github.com/apache/incubator-mxnet/pull/17241#discussion_r366110345 ## File path: example/extensions/lib_custom_op/README.md ## @@ -0,0 +1,118 @@ +CustomOp Example and

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

2020-01-13 Thread GitBox
marcoabreu commented on a change in pull request #17206: Windows dev environment configuration, update install instructions from source in the docs. URL: https://github.com/apache/incubator-mxnet/pull/17206#discussion_r366109320 ## File path:

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #17294: fix build from source instruction

2020-01-13 Thread GitBox
larroy commented on a change in pull request #17294: fix build from source instruction URL: https://github.com/apache/incubator-mxnet/pull/17294#discussion_r366109119 ## File path: docs/static_site/src/pages/get_started/ubuntu_setup.md ## @@ -63,11 +63,11 @@ Then download

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

2020-01-13 Thread GitBox
marcoabreu commented on a change in pull request #17206: Windows dev environment configuration, update install instructions from source in the docs. URL: https://github.com/apache/incubator-mxnet/pull/17206#discussion_r366109226 ## File path: ci/windows_dev_env/requirements.txt

[GitHub] [incubator-mxnet] larroy commented on issue #17294: fix build from source instruction

2020-01-13 Thread GitBox
larroy commented on issue #17294: fix build from source instruction URL: https://github.com/apache/incubator-mxnet/pull/17294#issuecomment-573949265 Why do we have 2 build from source pages, this is all extremely confusing. https://mxnet.apache.org/get_started/ubuntu_setup.html

[GitHub] [incubator-mxnet] stephenrawls commented on issue #17292: Can't run horovod with latest nightly wheel

2020-01-13 Thread GitBox
stephenrawls commented on issue #17292: Can't run horovod with latest nightly wheel URL: https://github.com/apache/incubator-mxnet/issues/17292#issuecomment-573948848 Saw this on email list and got curious... Looks like problem is probably this commit:

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #17294: fix build from source instruction

2020-01-13 Thread GitBox
larroy commented on a change in pull request #17294: fix build from source instruction URL: https://github.com/apache/incubator-mxnet/pull/17294#discussion_r366108454 ## File path: docs/static_site/src/pages/get_started/ubuntu_setup.md ## @@ -63,11 +63,11 @@ Then download

[GitHub] [incubator-mxnet] mjsML commented on issue #17181: Fail to build mxnet from source

2020-01-13 Thread GitBox
mjsML commented on issue #17181: Fail to build mxnet from source URL: https://github.com/apache/incubator-mxnet/issues/17181#issuecomment-573948456 agreed ... as I mentioned above it's a well documented [issue](https://github.com/xianyi/OpenBLAS/wiki/faq#debianlts) with OpenBLAS and

[GitHub] [incubator-mxnet] aaronmarkham commented on issue #17284: Fix language selection in get_started options.js

2020-01-13 Thread GitBox
aaronmarkham commented on issue #17284: Fix language selection in get_started options.js URL: https://github.com/apache/incubator-mxnet/pull/17284#issuecomment-573948047 Can I preview this change somewhere? This is an

[GitHub] [incubator-mxnet] guanxinq opened a new pull request #17296: fix errors for partition given a backend

2020-01-13 Thread GitBox
guanxinq opened a new pull request #17296: fix errors for partition given a backend URL: https://github.com/apache/incubator-mxnet/pull/17296 ## Description ## This PR fixes https://github.com/apache/incubator-mxnet/issues/17285. Tests for graph partitioning given a backend now are

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

2020-01-13 Thread GitBox
larroy commented on a change in pull request #17206: Windows dev environment configuration, update install instructions from source in the docs. URL: https://github.com/apache/incubator-mxnet/pull/17206#discussion_r366106905 ## File path:

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

2020-01-13 Thread GitBox
larroy commented on a change in pull request #17206: Windows dev environment configuration, update install instructions from source in the docs. URL: https://github.com/apache/incubator-mxnet/pull/17206#discussion_r366106905 ## File path:

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

2020-01-13 Thread GitBox
larroy commented on a change in pull request #17206: Windows dev environment configuration, update install instructions from source in the docs. URL: https://github.com/apache/incubator-mxnet/pull/17206#discussion_r366106743 ## File path: ci/windows_dev_env/requirements.txt

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

2020-01-13 Thread GitBox
larroy commented on a change in pull request #17206: Windows dev environment configuration, update install instructions from source in the docs. URL: https://github.com/apache/incubator-mxnet/pull/17206#discussion_r366106691 ## File path: ci/windows_dev_env/setup.ps1 ##

[GitHub] [incubator-mxnet] larroy commented on issue #17181: Fail to build mxnet from source

2020-01-13 Thread GitBox
larroy commented on issue #17181: Fail to build mxnet from source URL: https://github.com/apache/incubator-mxnet/issues/17181#issuecomment-573946495 what's the root cause of this? This is something we should add to CI if users are facing these difficulties.

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

2020-01-13 Thread GitBox
marcoabreu commented on a change in pull request #17206: Windows dev environment configuration, update install instructions from source in the docs. URL: https://github.com/apache/incubator-mxnet/pull/17206#discussion_r366105512 ## File path:

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

2020-01-13 Thread GitBox
marcoabreu commented on a change in pull request #17206: Windows dev environment configuration, update install instructions from source in the docs. URL: https://github.com/apache/incubator-mxnet/pull/17206#discussion_r366105009 ## File path: ci/windows_dev_env/setup.ps1

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

2020-01-13 Thread GitBox
marcoabreu commented on a change in pull request #17206: Windows dev environment configuration, update install instructions from source in the docs. URL: https://github.com/apache/incubator-mxnet/pull/17206#discussion_r366104580 ## File path: ci/build_windows.py ## @@

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

2020-01-13 Thread GitBox
marcoabreu commented on a change in pull request #17206: Windows dev environment configuration, update install instructions from source in the docs. URL: https://github.com/apache/incubator-mxnet/pull/17206#discussion_r366104819 ## File path: ci/windows_dev_env/requirements.txt

[GitHub] [incubator-mxnet] eric-haibin-lin opened a new issue #17295: [website] many contrib ops do not render correctly

2020-01-13 Thread GitBox
eric-haibin-lin opened a new issue #17295: [website] many contrib ops do not render correctly URL: https://github.com/apache/incubator-mxnet/issues/17295 The following ops have code snippets that don't render correctly: interleaved_matmul_encdec_qk

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

2020-01-13 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 7a0ea3d Bump the

[GitHub] [incubator-mxnet] mjsML commented on issue #17181: Fail to build mxnet from source

2020-01-13 Thread GitBox
mjsML commented on issue #17181: Fail to build mxnet from source URL: https://github.com/apache/incubator-mxnet/issues/17181#issuecomment-573941988 @larroy master ... a similar issue also occurs when you chose MKL as BLAS too (the linker complains on another symbol tho) ...

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #16654: Multithreaded Inference Support

2020-01-13 Thread GitBox
anirudh2290 commented on a change in pull request #16654: Multithreaded Inference Support URL: https://github.com/apache/incubator-mxnet/pull/16654#discussion_r366101117 ## File path: src/imperative/cached_op.h ## @@ -26,8 +26,191 @@ #include #include #include

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #16654: Multithreaded Inference Support

2020-01-13 Thread GitBox
anirudh2290 commented on a change in pull request #16654: Multithreaded Inference Support URL: https://github.com/apache/incubator-mxnet/pull/16654#discussion_r366100882 ## File path: src/imperative/cached_op.h ## @@ -26,8 +26,180 @@ #include #include #include

[GitHub] [incubator-mxnet] anirudh2290 commented on a change in pull request #16654: Multithreaded Inference Support

2020-01-13 Thread GitBox
anirudh2290 commented on a change in pull request #16654: Multithreaded Inference Support URL: https://github.com/apache/incubator-mxnet/pull/16654#discussion_r366100219 ## File path: src/imperative/cached_op_threadsafe.cc ## @@ -0,0 +1,373 @@ +/* + * Licensed to the

[GitHub] [incubator-mxnet] eric-haibin-lin commented on issue #17208: gather_nd: check bound and wrap negative indices

2020-01-13 Thread GitBox
eric-haibin-lin commented on issue #17208: gather_nd: check bound and wrap negative indices URL: https://github.com/apache/incubator-mxnet/pull/17208#issuecomment-573936800 @szha we should not mix commits in a PR. It makes it hard to search for the commit that fixes " NormalizeError" APIs

[GitHub] [incubator-mxnet] apeforest opened a new pull request #17294: fix build from source instruction

2020-01-13 Thread GitBox
apeforest opened a new pull request #17294: fix build from source instruction URL: https://github.com/apache/incubator-mxnet/pull/17294 ## Description ## Need to add a blank line before bash section, otherwise the html page is not rendered properly

[GitHub] [incubator-mxnet] larroy commented on issue #17181: Fail to build mxnet from source

2020-01-13 Thread GitBox
larroy commented on issue #17181: Fail to build mxnet from source URL: https://github.com/apache/incubator-mxnet/issues/17181#issuecomment-573935556 Which branch is this? master or 1.6.x? This is an automated message from

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #16654: Multithreaded Inference Support

2020-01-13 Thread GitBox
larroy commented on a change in pull request #16654: Multithreaded Inference Support URL: https://github.com/apache/incubator-mxnet/pull/16654#discussion_r366091401 ## File path: src/imperative/cached_op_threadsafe.cc ## @@ -0,0 +1,373 @@ +/* + * Licensed to the Apache

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #16654: Multithreaded Inference Support

2020-01-13 Thread GitBox
larroy commented on a change in pull request #16654: Multithreaded Inference Support URL: https://github.com/apache/incubator-mxnet/pull/16654#discussion_r366090497 ## File path: src/imperative/cached_op.h ## @@ -26,8 +26,180 @@ #include #include #include +#include

[GitHub] [incubator-mxnet] larroy commented on a change in pull request #16654: Multithreaded Inference Support

2020-01-13 Thread GitBox
larroy commented on a change in pull request #16654: Multithreaded Inference Support URL: https://github.com/apache/incubator-mxnet/pull/16654#discussion_r366090803 ## File path: src/imperative/cached_op.h ## @@ -26,8 +26,191 @@ #include #include #include +#include

  1   2   >