[tvm] branch main updated: Fix GatherND attribute registration (#8269)

2021-06-16 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new 1fac10b Fix GatherND attribute registration (#8269) 1f

[tvm] branch ci-docker-staging updated (f824f4a -> 65b0a02)

2021-06-16 Thread mbrookhart
This is an automated email from the ASF dual-hosted git repository. mbrookhart pushed a change to branch ci-docker-staging in repository https://gitbox.apache.org/repos/asf/tvm.git. from f824f4a point jenkins at new docker add a2e0166 add failing onnx tets add db5fc72 support co

[tvm] branch main updated: [Frontend, Tensorflow] Support for broadcasting in batch_matmul when shapes differ (#8251)

2021-06-16 Thread mbrookhart
This is an automated email from the ASF dual-hosted git repository. mbrookhart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git The following commit(s) were added to refs/heads/main by this push: new ec6a817 [Frontend, Tensorflow] Support for broadca

[tvm] branch main updated (0fc5b7b -> 96a7a58)

2021-06-16 Thread jroesch
This is an automated email from the ASF dual-hosted git repository. jroesch pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 0fc5b7b [tvmc] Add a --config option to `tvmc compile` (#8253) add 96a7a58 [TVMSCRIPT] Fix printing of rank 0 buff

[tvm] branch main updated (d05fdc5 -> 0fc5b7b)

2021-06-16 Thread leandron
This is an automated email from the ASF dual-hosted git repository. leandron pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from d05fdc5 Fix docstrings in tvm.relay.cast_like (#8262) add 0fc5b7b [tvmc] Add a --config option to `tvmc compile`

[GitHub] [tvm] kehuanfeng opened a new pull request #8265: [cuDNN]Fix cudnn param error for int8 nhwc mode

2021-06-16 Thread GitBox
kehuanfeng opened a new pull request #8265: URL: https://github.com/apache/tvm/pull/8265 The shape parameters for filter are not assigned properly when inferencing with int8 and cudnn. cudnnStatus_t cudnnSetFilter4dDescriptor( cudnnFilterDescriptor_t filterDesc, cudnnDataType_t

[GitHub] [tvm] huajsj commented on a change in pull request #7892: [Runtime]Pipeline Executor For Compute graph pipeline

2021-06-16 Thread GitBox
huajsj commented on a change in pull request #7892: URL: https://github.com/apache/tvm/pull/7892#discussion_r652404459 ## File path: src/runtime/pipeline/pipeline_executor.cc ## @@ -0,0 +1,169 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more con