[GitHub] iblis17 commented on issue #9677: Refactor operators and add MKLDNN

2018-02-25 Thread GitBox
iblis17 commented on issue #9677: Refactor operators and add MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/9677#issuecomment-368280425 @marcoabreu About the reason of hosting Julia code in another repository, Julia's package manager is built on top of git, and it

[GitHub] iblis17 commented on issue #9677: Refactor operators and add MKLDNN

2018-02-24 Thread GitBox
iblis17 commented on issue #9677: Refactor operators and add MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/9677#issuecomment-368280425 @marcoabreu About the reason of hosting Julia code in another repository, Julia's package manager is built on top of git, and it

[GitHub] iblis17 commented on issue #9677: Refactor operators and add MKLDNN

2018-02-24 Thread GitBox
iblis17 commented on issue #9677: Refactor operators and add MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/9677#issuecomment-368280425 @marcoabreu About the reason of hosting Julia code in another repository, Julia's package manager is built on top of git, and it

[GitHub] iblis17 commented on issue #9677: Refactor operators and add MKLDNN

2018-02-24 Thread GitBox
iblis17 commented on issue #9677: Refactor operators and add MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/9677#issuecomment-368280425 @marcoabreu About the reason of hosting Julia code in another repository, Julia's package manager is built on top of git, and it

[GitHub] iblis17 commented on issue #9677: Refactor operators and add MKLDNN

2018-02-24 Thread GitBox
iblis17 commented on issue #9677: Refactor operators and add MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/9677#issuecomment-368242469 I built the python one. ```python In [6]: mx.sym.Convolution(attr={'a': 42}) ``` and got similar error message. This PR

[GitHub] iblis17 commented on issue #9677: Refactor operators and add MKLDNN

2018-02-24 Thread GitBox
iblis17 commented on issue #9677: Refactor operators and add MKLDNN URL: https://github.com/apache/incubator-mxnet/pull/9677#issuecomment-368241751 I did bisect. This patch caused MXNet.jl testing failure. (Ref https://travis-ci.org/dmlc/MXNet.jl/jobs/345129890#L1486) The