[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-10-06 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r500619581 ## File path: src/runtime/contrib/tensorrt/tensorrt_runtime.cc ## @@ -0,0 +1,312 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-10-06 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r500554166 ## File path: docs/deploy/tensorrt.rst ## @@ -0,0 +1,288 @@ +.. Licensed to the Apache Software Foundation (ASF) under one +or more

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-09-29 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r497068599 ## File path: src/runtime/contrib/tensorrt/tensorrt_runtime.cc ## @@ -0,0 +1,311 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-09-22 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r492407348 ## File path: CMakeLists.txt ## @@ -76,6 +76,8 @@ tvm_option(USE_COREML "Build with coreml support" OFF) tvm_option(USE_TARGET_ONNX "Build with

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-09-22 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r492835284 ## File path: src/runtime/contrib/tensorrt/tensorrt_ops.h ## @@ -0,0 +1,208 @@ +/* * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-09-22 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r492832239 ## File path: src/runtime/contrib/tensorrt/tensorrt_runtime.cc ## @@ -0,0 +1,312 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-09-21 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r492407348 ## File path: CMakeLists.txt ## @@ -76,6 +76,8 @@ tvm_option(USE_COREML "Build with coreml support" OFF) tvm_option(USE_TARGET_ONNX "Build with

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-09-21 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r492407348 ## File path: CMakeLists.txt ## @@ -76,6 +76,8 @@ tvm_option(USE_COREML "Build with coreml support" OFF) tvm_option(USE_TARGET_ONNX "Build with

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-09-18 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r491051930 ## File path: src/runtime/contrib/tensorrt/tensorrt_runtime.cc ## @@ -0,0 +1,311 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-09-16 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r489720567 ## File path: src/runtime/contrib/tensorrt/tensorrt_runtime.cc ## @@ -0,0 +1,311 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-09-16 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r489717587 ## File path: python/tvm/relay/op/contrib/tensorrt.py ## @@ -0,0 +1,671 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-09-16 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r489717587 ## File path: python/tvm/relay/op/contrib/tensorrt.py ## @@ -0,0 +1,671 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or

[GitHub] [incubator-tvm] trevor-m commented on a change in pull request #6395: [BYOC][TensorRT] TensorRT BYOC integration

2020-09-15 Thread GitBox
trevor-m commented on a change in pull request #6395: URL: https://github.com/apache/incubator-tvm/pull/6395#discussion_r488828728 ## File path: tests/python/contrib/test_tensorrt.py ## @@ -0,0 +1,573 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more