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

2020-01-15 Thread GitBox
ptrendx 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_r366978831 ## File path: 3rdparty/mshadow/mshadow/base.h ## @@ -988,6 +1034,7 @@ struct minim

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

2020-01-15 Thread GitBox
ptrendx 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_r366948096 ## File path: 3rdparty/mshadow/mshadow/base.h ## @@ -988,6 +1034,7 @@ struct minim

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

2020-01-10 Thread GitBox
ptrendx 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_r365391125 ## File path: python/mxnet/gluon/parameter.py ## @@ -289,11 +289,18 @@ def _load_i

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

2020-01-10 Thread GitBox
ptrendx 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_r365376274 ## File path: python/mxnet/contrib/amp/amp.py ## @@ -43,14 +44,17 @@ from ... imp

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

2020-01-10 Thread GitBox
ptrendx 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_r365371650 ## File path: example/quantization/imagenet_inference.py ## @@ -99,7 +100,34 @@ de

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

2020-01-10 Thread GitBox
ptrendx 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_r365370176 ## File path: 3rdparty/mshadow/mshadow/bfloat.h ## @@ -0,0 +1,167 @@ +/*! + * Cop

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

2020-01-10 Thread GitBox
ptrendx 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_r365368147 ## File path: 3rdparty/mshadow/mshadow/base.h ## @@ -312,6 +338,11 @@ enum TypeFla

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

2020-01-10 Thread GitBox
ptrendx 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_r365367203 ## File path: .gitmodules ## @@ -6,7 +6,7 @@ url = https://github.com/dmlc