[GitHub] [tvm] Hzfengsy commented on a change in pull request #8943: [TensorIR][M2a] Compute-At

2021-09-08 Thread GitBox
Hzfengsy commented on a change in pull request #8943: URL: https://github.com/apache/tvm/pull/8943#discussion_r705019396 ## File path: src/tir/schedule/primitive/cache_read_write.cc ## @@ -160,6 +160,21 @@ Block MakeCacheStage(const BufferRegion& cache_region, CacheStageInfo*

[tvm] branch main updated (548675f -> 41cef56)

2021-09-08 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 548675f [EZ] [ONNX] Remove unnecessary converters for greater and lesser (#8967) add 41cef56 [ONNX] Support depth_

[GitHub] [tvm] masahi merged pull request #8966: [ONNX] Support depth_to_space op for FQ2I

2021-09-08 Thread GitBox
masahi merged pull request #8966: URL: https://github.com/apache/tvm/pull/8966 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[tvm] branch main updated (1bebd0a -> 548675f)

2021-09-08 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 1bebd0a Add sse4/avx2 support for fast x86 int8 (vpmaddubsw/vpmaddwd/vpaddd) (#8897) add 548675f [EZ] [ONNX] Remov

[GitHub] [tvm] masahi merged pull request #8967: [EZ] [ONNX] Remove unnecessary converters for greater and lesser

2021-09-08 Thread GitBox
masahi merged pull request #8967: URL: https://github.com/apache/tvm/pull/8967 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[tvm] branch main updated (c650f9a -> 1bebd0a)

2021-09-08 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from c650f9a [PROFILING] Profiling over RPC (#8885) add 1bebd0a Add sse4/avx2 support for fast x86 int8 (vpmaddubsw/vpm

[GitHub] [tvm] masahi merged pull request #8897: Add sse4/avx2 support for fast x86 int8 (vpmaddubsw/vpmaddwd/vpaddd)

2021-09-08 Thread GitBox
masahi merged pull request #8897: URL: https://github.com/apache/tvm/pull/8897 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[tvm] branch main updated (47d9fd3 -> c650f9a)

2021-09-08 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 47d9fd3 [TOPI] Fix CUDA pooling schedule (#8957) add c650f9a [PROFILING] Profiling over RPC (#8885) No new revisio

[GitHub] [tvm] masahi merged pull request #8885: [PROFILING] Profiling over RPC

2021-09-08 Thread GitBox
masahi merged pull request #8885: URL: https://github.com/apache/tvm/pull/8885 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...

[tvm] branch main updated (eac4763 -> 47d9fd3)

2021-09-08 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from eac4763 [Bugfix] Add a nullptr check to tir.Buffer to fix the illegal memory access (#8910) add 47d9fd3 [TOPI]

[GitHub] [tvm] junrushao1994 merged pull request #8957: [TOPI] Fix CUDA pooling schedule

2021-09-08 Thread GitBox
junrushao1994 merged pull request #8957: URL: https://github.com/apache/tvm/pull/8957 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsu

[tvm] branch main updated (2e0a711 -> eac4763)

2021-09-08 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 2e0a711 Set tvm.micro.project_api as a Python Module (#8963) add eac4763 [Bugfix] Add a nullptr check to tir.Buf

[GitHub] [tvm] junrushao1994 commented on pull request #8910: [Bugfix] Add a nullptr check to tir.Buffer to fix the illegal memory access

2021-09-08 Thread GitBox
junrushao1994 commented on pull request #8910: URL: https://github.com/apache/tvm/pull/8910#issuecomment-915780538 Thanks @syang-ng for the enhancement! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [tvm] junrushao1994 merged pull request #8910: [Bugfix] Add a nullptr check to tir.Buffer to fix the illegal memory access

2021-09-08 Thread GitBox
junrushao1994 merged pull request #8910: URL: https://github.com/apache/tvm/pull/8910 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsu

[GitHub] [tvm] junrushao1994 commented on pull request #8910: [Bugfix] Add a nullptr check to tir.Buffer to fix the illegal memory access

2021-09-08 Thread GitBox
junrushao1994 commented on pull request #8910: URL: https://github.com/apache/tvm/pull/8910#issuecomment-915780168 @Hzfengsy in the example below: ```python buf = tir.decl_buffer((1,), name='buf') ``` which actually indicates: ```python buf = tir.decl_buffer(dat

[GitHub] [tvm] junrushao1994 commented on pull request #8943: [TensorIR][M2a] Compute-At

2021-09-08 Thread GitBox
junrushao1994 commented on pull request #8943: URL: https://github.com/apache/tvm/pull/8943#issuecomment-915778033 @MasterJH5574 Thanks for the careful review! Without your help, I cannot find the spot I mistakes one primitive's doc for the other lol. Thanks a lot! -- This is an automate

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8943: [TensorIR][M2a] Compute-At

2021-09-08 Thread GitBox
junrushao1994 commented on a change in pull request #8943: URL: https://github.com/apache/tvm/pull/8943#discussion_r704967570 ## File path: src/tir/schedule/concrete_schedule.cc ## @@ -439,6 +439,44 @@ BlockRV ConcreteScheduleNode::CacheWrite(const BlockRV& block_rv, int write

[tvm] branch main updated (f8b1df4 -> 2e0a711)

2021-09-08 Thread manupa
This is an automated email from the ASF dual-hosted git repository. manupa pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from f8b1df4 [Bugfix] Fix visit_attrs error if its function pointer is equal to nullptr (#8920) add 2e0a711 Set tvm.mic

[GitHub] [tvm] manupa-arm commented on pull request #8963: Set tvm.micro.project_api as a Python Module

2021-09-08 Thread GitBox
manupa-arm commented on pull request #8963: URL: https://github.com/apache/tvm/pull/8963#issuecomment-915776891 Thanks @leandron @areusch . This is merged now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [tvm] manupa-arm merged pull request #8963: Set tvm.micro.project_api as a Python Module

2021-09-08 Thread GitBox
manupa-arm merged pull request #8963: URL: https://github.com/apache/tvm/pull/8963 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubsc

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8943: [TensorIR][M2a] Compute-At

2021-09-08 Thread GitBox
junrushao1994 commented on a change in pull request #8943: URL: https://github.com/apache/tvm/pull/8943#discussion_r704961435 ## File path: src/tir/schedule/concrete_schedule.cc ## @@ -439,6 +439,44 @@ BlockRV ConcreteScheduleNode::CacheWrite(const BlockRV& block_rv, int write

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8943: [TensorIR][M2a] Compute-At

2021-09-08 Thread GitBox
junrushao1994 commented on a change in pull request #8943: URL: https://github.com/apache/tvm/pull/8943#discussion_r704961036 ## File path: src/tir/schedule/primitive/cache_read_write.cc ## @@ -160,6 +160,21 @@ Block MakeCacheStage(const BufferRegion& cache_region, CacheStageI

[GitHub] [tvm] junrushao1994 commented on a change in pull request #8943: [TensorIR][M2a] Compute-At

2021-09-08 Thread GitBox
junrushao1994 commented on a change in pull request #8943: URL: https://github.com/apache/tvm/pull/8943#discussion_r704954091 ## File path: include/tvm/tir/schedule/schedule.h ## @@ -305,6 +305,38 @@ class ScheduleNode : public runtime::Object { virtual BlockRV CacheWrite(co

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704946822 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704946459 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704944805 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704941770 ## File path: src/runtime/pipeline/pipeline_executor.h ## @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contr

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704941770 ## File path: src/runtime/pipeline/pipeline_executor.h ## @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contr

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704939921 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] Laurawly commented on pull request #8808: [BYOC][TensorRT] Add TensorRT own int8 calibration support to TensorRT BYOC integration

2021-09-08 Thread GitBox
Laurawly commented on pull request #8808: URL: https://github.com/apache/tvm/pull/8808#issuecomment-915745948 @trevor-m @jcf94 The CI is green now, please give another round of review, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704915870 ## File path: tests/python/relay/test_pipeline_executor.py ## @@ -0,0 +1,273 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704915691 ## File path: tests/python/relay/test_pipeline_executor.py ## @@ -0,0 +1,273 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704915426 ## File path: tests/python/relay/test_pipeline_executor.py ## @@ -0,0 +1,273 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704915378 ## File path: tests/python/relay/test_pipeline_executor.py ## @@ -0,0 +1,273 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704915225 ## File path: tests/python/relay/test_pipeline_executor.py ## @@ -0,0 +1,273 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [tvm] syang-ng commented on pull request #8910: [Bugfix] Add a nullptr check to tir.Buffer to fix the illegal memory access

2021-09-08 Thread GitBox
syang-ng commented on pull request #8910: URL: https://github.com/apache/tvm/pull/8910#issuecomment-915716623 I have added a test case to cover this problem. Could you help review my new commit? Thanks! @tqchen @junrushao1994 -- This is an automated message from the Apache Git Service.

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704907103 ## File path: src/runtime/pipeline/pipeline_executor.h ## @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contr

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704906735 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704906413 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704906189 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704905996 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704905817 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704905607 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704905349 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704905280 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704905184 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704904981 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704904792 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704904480 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704903960 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704902602 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704902379 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704901981 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704902170 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704901616 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] huajsj commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
huajsj commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704901334 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on pull request #8702: URL: https://github.com/apache/tvm/pull/8702#issuecomment-915699650 As I already said, please go through your writing again carefully. I don't want to try to correct all errors, so fixing only the ones I pointed out is not enough. Correct documentati

[GitHub] [tvm] aasorokiin opened a new pull request #8973: Update TVM VTA (VTA Chisel Wide memory interface)

2021-09-08 Thread GitBox
aasorokiin opened a new pull request #8973: URL: https://github.com/apache/tvm/pull/8973 Update TVM to point to the latest VTA. VTA Chisel wide memory interface -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704892060 ## File path: tests/python/relay/test_pipeline_executor.py ## @@ -0,0 +1,273 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704892002 ## File path: tests/python/relay/test_pipeline_executor.py ## @@ -0,0 +1,273 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704891703 ## File path: tests/python/relay/test_pipeline_executor.py ## @@ -0,0 +1,273 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [tvm] MasterJH5574 commented on a change in pull request #8943: [TensorIR][M2a] Compute-At

2021-09-08 Thread GitBox
MasterJH5574 commented on a change in pull request #8943: URL: https://github.com/apache/tvm/pull/8943#discussion_r704889880 ## File path: src/tir/schedule/utils.h ## @@ -163,6 +165,21 @@ inline Stmt RemoveFromSeqStmt(const SeqStmt& seq, const Stmt& to_remove) { return SeqS

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704891432 ## File path: tests/python/relay/test_pipeline_executor.py ## @@ -0,0 +1,273 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704891354 ## File path: tests/python/relay/test_pipeline_executor.py ## @@ -0,0 +1,273 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contri

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704891097 ## File path: src/runtime/pipeline/pipeline_executor.h ## @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contr

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704890893 ## File path: src/runtime/pipeline/pipeline_executor.h ## @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contr

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704890625 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704890030 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704889589 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704889250 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704889337 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] MasterJH5574 commented on a change in pull request #8943: [TensorIR][M2a] Compute-At

2021-09-08 Thread GitBox
MasterJH5574 commented on a change in pull request #8943: URL: https://github.com/apache/tvm/pull/8943#discussion_r704889315 ## File path: src/tir/schedule/primitive/compute_at.cc ## @@ -0,0 +1,584 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or mor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704889134 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704889010 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704888545 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704888545 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] MasterJH5574 commented on a change in pull request #8943: [TensorIR][M2a] Compute-At

2021-09-08 Thread GitBox
MasterJH5574 commented on a change in pull request #8943: URL: https://github.com/apache/tvm/pull/8943#discussion_r704888308 ## File path: src/tir/schedule/primitive/compute_at.cc ## @@ -0,0 +1,584 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or mor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704888221 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704888152 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704887844 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704887263 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704886884 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704886434 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704886349 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704885510 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704884443 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] gromero commented on pull request #8737: [microTVM][RVM] Skip USB device attach if device is already attached

2021-09-08 Thread GitBox
gromero commented on pull request #8737: URL: https://github.com/apache/tvm/pull/8737#issuecomment-915689766 @areusch I'm wondering if you could bless it : ) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [tvm] chunit-quic commented on pull request #8893: [Doc] Current passes

2021-09-08 Thread GitBox
chunit-quic commented on pull request #8893: URL: https://github.com/apache/tvm/pull/8893#issuecomment-915689786 Thank you @YuchenJin for like this idea. :D @hogepodge @tqchen @comaniac Just a gentle ping. It will be a big help with your advice. :) Thank you! -- This is an automat

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704884443 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704884249 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704883848 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704883612 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704883268 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] gromero commented on a change in pull request #8941: [microTVM] Zephyr: implement 'west_cmd' server option

2021-09-08 Thread GitBox
gromero commented on a change in pull request #8941: URL: https://github.com/apache/tvm/pull/8941#discussion_r704882645 ## File path: apps/microtvm/zephyr/template_project/microtvm_api_server.py ## @@ -451,6 +451,11 @@ def flash(self, options): recover_args.extend(

[GitHub] [tvm] gromero commented on a change in pull request #8941: [microTVM] Zephyr: implement 'west_cmd' server option

2021-09-08 Thread GitBox
gromero commented on a change in pull request #8941: URL: https://github.com/apache/tvm/pull/8941#discussion_r704882645 ## File path: apps/microtvm/zephyr/template_project/microtvm_api_server.py ## @@ -451,6 +451,11 @@ def flash(self, options): recover_args.extend(

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704882624 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm] masahi commented on a change in pull request #8702: [Runtime] Pipeline Executor Initial patch.

2021-09-08 Thread GitBox
masahi commented on a change in pull request #8702: URL: https://github.com/apache/tvm/pull/8702#discussion_r704882398 ## File path: python/tvm/contrib/pipeline_executor.py ## @@ -0,0 +1,533 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [tvm-vta] tmoreau89 commented on pull request #32: VTA Chisel Wide memory interface.

2021-09-08 Thread GitBox
tmoreau89 commented on pull request #32: URL: https://github.com/apache/tvm-vta/pull/32#issuecomment-915681387 Thanks @vegaluisjose @aasorokiin and Intel team - the PR has been merged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tvm-vta] tmoreau89 merged pull request #32: VTA Chisel Wide memory interface.

2021-09-08 Thread GitBox
tmoreau89 merged pull request #32: URL: https://github.com/apache/tvm-vta/pull/32 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr

[GitHub] [tvm-vta] tmoreau89 commented on pull request #32: VTA Chisel Wide memory interface.

2021-09-08 Thread GitBox
tmoreau89 commented on pull request #32: URL: https://github.com/apache/tvm-vta/pull/32#issuecomment-915681190 Hi @aasorokiin - thanks for the ping and addressing the comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

  1   2   3   >