[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-21 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r204224436 ## File path: src/operator/contrib/nnvm_to_onnx.cc ## @@ -0,0 +1,545 @@ +/* + * Licensed to the Apache

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-21 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r204224435 ## File path: src/operator/contrib/nnvm_to_onnx.cc ## @@ -0,0 +1,545 @@ +/* + * Licensed to the Apache

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-16 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r202838789 ## File path: src/executor/graph_executor.cc ## @@ -1054,6 +1059,10 @@ Graph

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-16 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r202818415 ## File path: src/executor/exec_pass.h ## @@ -198,6 +198,27 @@ Graph InferStorageType(Graph&& graph,

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r201778476 ## File path: src/operator/contrib/tensorrt.cc ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-11 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r201774632 ## File path: Makefile ## @@ -94,6 +94,14 @@ else endif CFLAGS += -I$(TPARTYDIR)/mshadow/

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-10 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r201527141 ## File path: src/operator/contrib/tensorrt.cc ## @@ -0,0 +1,196 @@ +/* + * Licensed to the Apache

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-07-10 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r201476472 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache Software

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-30 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r199333477 ## File path: example/image-classification/tensorrt/test_tensorrt_resnet50.py ## @@ -0,0 +1,186 @@ +#

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-30 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r199333432 ## File path: example/image-classification/tensorrt/test_tensorrt_resnet50.py ## @@ -0,0 +1,186 @@ +#

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-30 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r199333403 ## File path: src/operator/contrib/tensorrt-inl.h ## @@ -0,0 +1,140 @@ +#ifndef

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-30 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r19994 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache Software

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-30 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r19988 ## File path: src/operator/contrib/tensorrt-inl.h ## @@ -0,0 +1,140 @@ +#ifndef

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-30 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r199331266 ## File path: src/executor/graph_executor.cc ## @@ -940,6 +968,91 @@ void

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-29 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r199231609 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache Software

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-28 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r199008230 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache Software

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-28 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r199006909 ## File path: src/executor/graph_executor.cc ## @@ -940,6 +968,91 @@ void

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-28 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r199005691 ## File path: src/executor/exec_pass.h ## @@ -198,6 +198,27 @@ Graph InferStorageType(Graph&& graph,

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-26 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r198323659 ## File path: example/image-classification/tensorrt/test_tensorrt_resnet50.py ## @@ -0,0 +1,186 @@ +#

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-26 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r198308855 ## File path: src/operator/contrib/tensorrt-inl.h ## @@ -0,0 +1,140 @@ +#ifndef

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-26 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r198306248 ## File path: include/mxnet/executor.h ## @@ -152,19 +152,19 @@ class Executor { static Executor*

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-26 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r198281148 ## File path: src/common/serialization.h ## @@ -0,0 +1,526 @@ +/* + * Licensed to the Apache Software

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-26 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197967101 ## File path: src/common/serialization.h ## @@ -0,0 +1,526 @@ +/* + * Licensed to the Apache Software

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197972947 ## File path: Makefile ## @@ -94,6 +94,14 @@ else endif CFLAGS += -I$(TPARTYDIR)/mshadow/

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197972245 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache Software

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197972135 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache Software

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197971193 ## File path: src/executor/tensorrt_pass.cc ## @@ -0,0 +1,583 @@ +/* + * Licensed to the Apache Software

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197969467 ## File path: include/mxnet/executor.h ## @@ -152,19 +152,19 @@ class Executor { static Executor*

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197969124 ## File path: include/mxnet/executor.h ## @@ -152,19 +152,19 @@ class Executor { static Executor*

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197967101 ## File path: src/common/serialization.h ## @@ -0,0 +1,526 @@ +/* + * Licensed to the Apache Software

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197966899 ## File path: docs/api/python/contrib/tensorrt.md ## @@ -0,0 +1,117 @@ +# MxNet-TensorRT Runtime

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197966796 ## File path: src/operator/contrib/nnvm_to_onnx-inl.h ## @@ -0,0 +1,156 @@ +#ifndef

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197966636 ## File path: src/common/serialization.h ## @@ -0,0 +1,526 @@ +/* + * Licensed to the Apache Software

[GitHub] mkolod commented on a change in pull request #11325: Added TensorRT runtime integration

2018-06-25 Thread GitBox
mkolod commented on a change in pull request #11325: Added TensorRT runtime integration URL: https://github.com/apache/incubator-mxnet/pull/11325#discussion_r197966380 ## File path: python/mxnet/cuda_utils.py ## @@ -0,0 +1,90 @@ +# Licensed to the Apache Software