[GitHub] eric-haibin-lin commented on a change in pull request #10104: [WIP] Fused RNN implementation for CPU

2018-03-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #10104: [WIP] Fused RNN implementation for CPU URL: https://github.com/apache/incubator-mxnet/pull/10104#discussion_r174622615 ## File path: src/operator/rnn.cc ## @@ -21,38 +21,212 @@ * Copyright (c) 2015 by Contribu

[GitHub] eric-haibin-lin commented on a change in pull request #10104: [WIP] Fused RNN implementation for CPU

2018-03-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #10104: [WIP] Fused RNN implementation for CPU URL: https://github.com/apache/incubator-mxnet/pull/10104#discussion_r174622656 ## File path: src/operator/rnn-inl.h ## @@ -125,418 +175,385 @@ struct RNNParam : public dml

[GitHub] eric-haibin-lin commented on a change in pull request #10104: [WIP] Fused RNN implementation for CPU

2018-03-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #10104: [WIP] Fused RNN implementation for CPU URL: https://github.com/apache/incubator-mxnet/pull/10104#discussion_r174622720 ## File path: src/operator/rnn-inl.h ## @@ -125,418 +175,385 @@ struct RNNParam : public dml

[GitHub] eric-haibin-lin commented on a change in pull request #10104: [WIP] Fused RNN implementation for CPU

2018-03-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #10104: [WIP] Fused RNN implementation for CPU URL: https://github.com/apache/incubator-mxnet/pull/10104#discussion_r174622461 ## File path: tests/python/gpu/test_operator_gpu.py ## @@ -1540,6 +1548,7 @@ def check_rnn_l

[GitHub] eric-haibin-lin commented on a change in pull request #10104: [WIP] Fused RNN implementation for CPU

2018-03-14 Thread GitBox
eric-haibin-lin commented on a change in pull request #10104: [WIP] Fused RNN implementation for CPU URL: https://github.com/apache/incubator-mxnet/pull/10104#discussion_r174622363 ## File path: tests/python/unittest/test_operator.py ## @@ -27,6 +27,83 @@ from common impo