[tvm] branch last-successful updated (961a7c70d7 -> 1d39f2c974)

2022-07-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 961a7c70d7 [ROOFLINE] Add CUDA support to roofline analysis (#12205) add 9f16b607c8 [TVMScript] Doc

[GitHub] [tvm] junrushao1994 commented on pull request #12242: [CPP-RPC] Fix GetPath to use relative file path

2022-07-30 Thread GitBox
junrushao1994 commented on PR #12242: URL: https://github.com/apache/tvm/pull/12242#issuecomment-1200353429 CC @FrozenGene who is the original author of CPP RPC -- 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] junrushao1994 commented on a diff in pull request #12245: [Fix] Fix some errors in unittests

2022-07-30 Thread GitBox
junrushao1994 commented on code in PR #12245: URL: https://github.com/apache/tvm/pull/12245#discussion_r933928686 ## tests/python/unittest/test_tir_transform_hoist_expression.py: ## @@ -448,7 +448,8 @@ class TestHoistLetExpr(BaseBeforeAfter): def before(A: T.Buffer[(4, 4),

[GitHub] [tvm] cyx-6 opened a new pull request, #12245: [Fix] Fix some errors in unittests

2022-07-30 Thread GitBox
cyx-6 opened a new pull request, #12245: URL: https://github.com/apache/tvm/pull/12245 test_aot_legalize_packed_call.py: `T.preflattened_buffer` returns `void` test_tir_intrin.py: `type` here should be `buffer_type` test_tir_transform_flatten_buffer.py: `extents` should be `list`

[tvm] branch main updated: [MetaSchedule][Test] Add unittests for GMM (#12243)

2022-07-30 Thread xiyou
This is an automated email from the ASF dual-hosted git repository. xiyou 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 42dd6afa97 [MetaSchedule][Test] Add unittests for GMM

[GitHub] [tvm] zxybazh merged pull request #12243: [MetaSchedule][Test] Add unittests for GMM

2022-07-30 Thread GitBox
zxybazh merged PR #12243: URL: https://github.com/apache/tvm/pull/12243 -- 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:

[tvm] branch main updated: [FQ2I] fix unary op output affine type in fq2i (#12224)

2022-07-30 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao 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 1d39f2c974 [FQ2I] fix unary op output affine type

[GitHub] [tvm] junrushao1994 merged pull request #12224: [FQ2I] fix unary op output affine type in fq2i

2022-07-30 Thread GitBox
junrushao1994 merged PR #12224: URL: https://github.com/apache/tvm/pull/12224 -- 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:

[tvm] branch main updated: [TVMScript] Doc Definition (#12244)

2022-07-30 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao 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 9f16b607c8 [TVMScript] Doc Definition (#12244)

[GitHub] [tvm] junrushao1994 merged pull request #12244: [TVMScript] Doc Definition

2022-07-30 Thread GitBox
junrushao1994 merged PR #12244: URL: https://github.com/apache/tvm/pull/12244 -- 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:

[tvm] branch last-successful updated (e756980b41 -> 961a7c70d7)

2022-07-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from e756980b41 [UX][TVMSciprt] Use HTML formatter in notebook environments (#12240) add 961a7c70d7

[tvm] branch last-successful updated (c0a3da84bc -> e756980b41)

2022-07-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from c0a3da84bc [Relay][VM] Fix an ICHECK which never fails in ctor of VMFunction (#12241) add e756980b41

[tvm] branch nightly-docker-update updated (03cdd1b4ea -> cd40093d9e)

2022-07-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch nightly-docker-update in repository https://gitbox.apache.org/repos/asf/tvm.git discard 03cdd1b4ea [ci][docker] Nightly Docker image update add db4380cf41 [ci][docker] create

[tvm] branch main updated: [ROOFLINE] Add CUDA support to roofline analysis (#12205)

2022-07-30 Thread andrewzhaoluo
This is an automated email from the ASF dual-hosted git repository. andrewzhaoluo 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 961a7c70d7 [ROOFLINE] Add CUDA support to

[GitHub] [tvm] AndrewZhaoLuo merged pull request #12205: [ROOFLINE] Add CUDA support to roofline analysis

2022-07-30 Thread GitBox
AndrewZhaoLuo merged PR #12205: URL: https://github.com/apache/tvm/pull/12205 -- 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:

[GitHub] [tvm] junrushao1994 opened a new pull request, #12243: [MetaSchedule][Test] Add unittests for GMM

2022-07-30 Thread GitBox
junrushao1994 opened a new pull request, #12243: URL: https://github.com/apache/tvm/pull/12243 CC: @zxybazh @Hzfengsy -- 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

[tvm] branch main updated: [UX][TVMSciprt] Use HTML formatter in notebook environments (#12240)

2022-07-30 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao 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 e756980b41 [UX][TVMSciprt] Use HTML formatter in

[GitHub] [tvm] junrushao1994 merged pull request #12240: [UX][TVMSciprt] Use HTML formatter in notebook environments

2022-07-30 Thread GitBox
junrushao1994 merged PR #12240: URL: https://github.com/apache/tvm/pull/12240 -- 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:

[tvm] branch last-successful updated (12dcfd70ef -> c0a3da84bc)

2022-07-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 12dcfd70ef [AutoSchedule] Fix misusage of an already-moved object (#12239) add c0a3da84bc [Relay][VM]

[tvm] branch last-successful updated (2b3e1eb3f5 -> 12dcfd70ef)

2022-07-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch last-successful in repository https://gitbox.apache.org/repos/asf/tvm.git from 2b3e1eb3f5 [ci] Reinstall junintparser after zephyr deps (#12226) add db4380cf41 [ci][docker] create

[tvm] branch main updated: [Relay][VM] Fix an ICHECK which never fails in ctor of VMFunction (#12241)

2022-07-30 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz 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 c0a3da84bc [Relay][VM] Fix an ICHECK which never

[GitHub] [tvm] kparzysz-quic merged pull request #12241: [Relay][VM] Fix an ICHECK which never fails in ctor of VMFunction

2022-07-30 Thread GitBox
kparzysz-quic merged PR #12241: URL: https://github.com/apache/tvm/pull/12241 -- 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:

[tvm] branch main updated: [AutoSchedule] Fix misusage of an already-moved object (#12239)

2022-07-30 Thread kparzysz
This is an automated email from the ASF dual-hosted git repository. kparzysz 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 12dcfd70ef [AutoSchedule] Fix misusage of an

[GitHub] [tvm] kparzysz-quic merged pull request #12239: [AutoSchedule] Fix misusage of an already-moved object

2022-07-30 Thread GitBox
kparzysz-quic merged PR #12239: URL: https://github.com/apache/tvm/pull/12239 -- 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:

[GitHub] [tvm] guberti commented on a diff in pull request #12207: [microTVM] Refactor pytest fixtures

2022-07-30 Thread GitBox
guberti commented on code in PR #12207: URL: https://github.com/apache/tvm/pull/12207#discussion_r933801203 ## tests/micro/arduino/conftest.py: ## @@ -15,35 +15,19 @@ # specific language governing permissions and limitations # under the License. -import pytest

[GitHub] [tvm] yoyo-nb opened a new pull request, #12242: [CPP-RPC] Fix GetPath to use relative file path

2022-07-30 Thread GitBox
yoyo-nb opened a new pull request, #12242: URL: https://github.com/apache/tvm/pull/12242 The GetPath function can only use filenames as input, not relative paths. Assuming the workpath is `/data/local/tmp`, and when I use `GetPath("dataset/img.jpg")`, the expected result is

[GitHub] [tvm] juda commented on a diff in pull request #12232: libstdc++ CXX11 ABI Compatibility & boolean tensor support

2022-07-30 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r933779749 ## cmake/modules/contrib/PT_TVMDSOOP.cmake: ## @@ -21,38 +21,55 @@ if(NOT USE_PT_TVMDSOOP STREQUAL "OFF") execute_process(COMMAND ${PYTHON_EXECUTABLE} -c "import torch;

[GitHub] [tvm] junrushao1994 commented on pull request #12144: [Auto Scheduler] Upgrade autoscheduler xgboost callback

2022-07-30 Thread GitBox
junrushao1994 commented on PR #12144: URL: https://github.com/apache/tvm/pull/12144#issuecomment-1200121587 I don't think a unit test is viable specifically for xgboost version compatibility because (IIUC) our CI instance could only install one version of xgboost... -- This is an

[GitHub] [tvm] Sunny-Island commented on pull request #12144: [Auto Scheduler] Upgrade autoscheduler xgboost callback

2022-07-30 Thread GitBox
Sunny-Island commented on PR #12144: URL: https://github.com/apache/tvm/pull/12144#issuecomment-1200118875 > The review has been stale for 4 days without any update. To unblock the progress, I would suggest that someone (maybe @Hzfengsy) to validate it locally and then get it merged at our

[GitHub] [tvm] junrushao1994 commented on pull request #12144: [Auto Scheduler] Upgrade autoscheduler xgboost callback

2022-07-30 Thread GitBox
junrushao1994 commented on PR #12144: URL: https://github.com/apache/tvm/pull/12144#issuecomment-1200118357 The review has been stale for 9 days without any update. To unblock the progress, I would suggest that someone (maybe @Hzfengsy) to validate it locally and then get it merged at our

[tvm] branch main updated: remove duplicated cast op when lowering qnn.requantize op in float mode (#12234)

2022-07-30 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 fb87c21bf8 remove duplicated cast op when lowering

[GitHub] [tvm] masahi merged pull request #12234: [QNN]remove duplicated cast op when lowering qnn.requantize op in float mode

2022-07-30 Thread GitBox
masahi merged PR #12234: URL: https://github.com/apache/tvm/pull/12234 -- 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:

[GitHub] [tvm] PragmaTwice opened a new pull request, #12241: [Relay][VM] Fix an ICHECK which never fails in ctor of VMFunction

2022-07-30 Thread GitBox
PragmaTwice opened a new pull request, #12241: URL: https://github.com/apache/tvm/pull/12241 Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews

[GitHub] [tvm] ganler opened a new pull request, #12240: [UX][TVMSciprt] Use HTML formatter in notebook environments

2022-07-30 Thread GitBox
ganler opened a new pull request, #12240: URL: https://github.com/apache/tvm/pull/12240 Previously we use ANSI color sequences to highlight TVM script. In jupyter notebook environments, such color sequence will be recoginized and translated to corresponding HTML to display things.

[tvm] branch main updated (db4380cf41 -> dff5c975a0)

2022-07-30 Thread syfeng
This is an automated email from the ASF dual-hosted git repository. syfeng pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from db4380cf41 [ci][docker] create Dockerfile.ci_riscv (#12230) add dff5c975a0 Deploy the Pretrained Model on Jetson Nano

[GitHub] [tvm] Hzfengsy merged pull request #11037: Deploy the Pretrained Model on Jetson Nano

2022-07-30 Thread GitBox
Hzfengsy merged PR #11037: URL: https://github.com/apache/tvm/pull/11037 -- 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:

[GitHub] [tvm] ganler commented on pull request #12239: [AutoSchedule] Fix misusage of an already-moved object

2022-07-30 Thread GitBox
ganler commented on PR #12239: URL: https://github.com/apache/tvm/pull/12239#issuecomment-1200107272 Thanks for pointing it out. I see. `task` is moved in

[GitHub] [tvm] BBuf commented on pull request #11037: Deploy the Pretrained Model on Jetson Nano

2022-07-30 Thread GitBox
BBuf commented on PR #11037: URL: https://github.com/apache/tvm/pull/11037#issuecomment-1200106689 this pr has passed ci, please merge it. @Hzfengsy -- 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

[GitHub] [tvm] PragmaTwice opened a new pull request, #12239: [AutoSchedule] Fix misusage of an already-moved object

2022-07-30 Thread GitBox
PragmaTwice opened a new pull request, #12239: URL: https://github.com/apache/tvm/pull/12239 Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews