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

2022-07-31 Thread GitBox
junrushao1994 commented on PR #12242: URL: https://github.com/apache/tvm/pull/12242#issuecomment-1200733449 Thanks @FrozenGene for taking time reviewing this PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[tvm] branch last-successful updated (a842449d23 -> c07d77f99c)

2022-07-31 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 a842449d23 [MetaSchedule][Test] Add unittests for T2D (#12249) add c07d77f99c [BYOC-DNNL] add post_sum

[GitHub] [tvm] rebel-shshin commented on issue #8596: [RFC][Tracking Issue] Pipeline Executor For Compute graph pipeline

2022-07-31 Thread GitBox
rebel-shshin commented on issue #8596: URL: https://github.com/apache/tvm/issues/8596#issuecomment-1200701759 > > > > > thanks @masahi for the follow up, I am also looking forward a chance to do a demo after all patch upstream done. > > > > > > > > > > > > Hi @huajsj,

[GitHub] [tvm] yoyo-nb commented on a diff in pull request #12242: [CPP-RPC] Fix GetPath to use relative file path

2022-07-31 Thread GitBox
yoyo-nb commented on code in PR #12242: URL: https://github.com/apache/tvm/pull/12242#discussion_r934134493 ## apps/cpp_rpc/rpc_env.cc: ## @@ -153,13 +153,13 @@ RPCEnv::RPCEnv(const std::string& wd) { } /*! * \brief GetPath To get the work path from packed function - *

[GitHub] [tvm] junrushao1994 commented on pull request #12251: [MetaSchedule][Test] Add unittests for SFM

2022-07-31 Thread GitBox
junrushao1994 commented on PR #12251: URL: https://github.com/apache/tvm/pull/12251#issuecomment-1200698636 CC: @spectrometerHBH @jinhongyii -- 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

[tvm] branch main updated: [MetaSchedule][Test] Add unittests for NRM (#12250)

2022-07-31 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 d332eb3749 [MetaSchedule][Test] Add unittests for

[GitHub] [tvm] junrushao1994 merged pull request #12250: [MetaSchedule][Test] Add unittests for NRM

2022-07-31 Thread GitBox
junrushao1994 merged PR #12250: URL: https://github.com/apache/tvm/pull/12250 -- 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] juda commented on a diff in pull request #12232: libstdc++ CXX11 ABI Compatibility & boolean tensor support

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934117229 ## src/contrib/torch/tvm_module_wrapper/RuntimeModuleWrapperTVM.cc: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

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

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934107880 ## src/contrib/torch/tvm_module_wrapper/RuntimeModuleWrapperTVM.cc: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[tvm] branch last-successful updated (1d1fc08367 -> a842449d23)

2022-07-31 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 1d1fc08367 [Fix] Minor modification in unittests (#12247) add a842449d23 [MetaSchedule][Test] Add

[GitHub] [tvm] MasterJH5574 commented on pull request #12250: [MetaSchedule][Test] Add unittests for NRM

2022-07-31 Thread GitBox
MasterJH5574 commented on PR #12250: URL: https://github.com/apache/tvm/pull/12250#issuecomment-1200618480 @junrushao1994 O that'll be so great! I'll try best to get time responding to your comments ! -- This is an automated message from the Apache Git Service. To respond to the

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

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934092594 ## src/contrib/torch/tvm_module_wrapper/RuntimeModuleWrapperTVM.cc: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] junrushao1994 commented on pull request #12250: [MetaSchedule][Test] Add unittests for NRM

2022-07-31 Thread GitBox
junrushao1994 commented on PR #12250: URL: https://github.com/apache/tvm/pull/12250#issuecomment-1200611352 @MasterJH5574 After tests for reduction operators (e.g. NRM, SFM) gets in mainline, I will work on merging the tuple reduction PR -- This is an automated message from the Apache

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12148: [TVMScript] Python Expression Precedence

2022-07-31 Thread GitBox
junrushao1994 commented on code in PR #12148: URL: https://github.com/apache/tvm/pull/12148#discussion_r934089208 ## src/script/printer/python_doc_printer.cc: ## @@ -226,29 +370,38 @@ void PythonDocPrinter::PrintTypedDoc(const OperationDoc& doc) { // Unary Operators

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

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934087603 ## src/contrib/torch/tvm_module_wrapper/RuntimeModuleWrapperTVM.cc: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

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

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934087537 ## src/contrib/torch/tvm_module_wrapper/RuntimeModuleWrapperTorch.cc: ## @@ -0,0 +1,159 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12148: [TVMScript] Python Expression Precedence

2022-07-31 Thread GitBox
junrushao1994 commented on code in PR #12148: URL: https://github.com/apache/tvm/pull/12148#discussion_r934086940 ## src/script/printer/python_doc_printer.cc: ## @@ -31,6 +31,114 @@ namespace tvm { namespace script { namespace printer { +/*! + * \brief Operator precedence +

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12148: [TVMScript] Python Expression Precedence

2022-07-31 Thread GitBox
junrushao1994 commented on code in PR #12148: URL: https://github.com/apache/tvm/pull/12148#discussion_r934086282 ## src/script/printer/python_doc_printer.cc: ## @@ -31,6 +31,114 @@ namespace tvm { namespace script { namespace printer { +/*! + * \brief Operator precedence +

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12148: [TVMScript] Python Expression Precedence

2022-07-31 Thread GitBox
junrushao1994 commented on code in PR #12148: URL: https://github.com/apache/tvm/pull/12148#discussion_r934085670 ## src/script/printer/python_doc_printer.cc: ## @@ -31,6 +31,114 @@ namespace tvm { namespace script { namespace printer { +/*! + * \brief Operator precedence +

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

2022-07-31 Thread GitBox
FrozenGene commented on code in PR #12242: URL: https://github.com/apache/tvm/pull/12242#discussion_r934085160 ## apps/cpp_rpc/rpc_env.cc: ## @@ -153,13 +153,13 @@ RPCEnv::RPCEnv(const std::string& wd) { } /*! * \brief GetPath To get the work path from packed function - *

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

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934084833 ## src/contrib/torch/tvm_module_wrapper/RuntimeModuleWrapperTorch.cc: ## @@ -0,0 +1,159 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

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

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934084691 ## src/contrib/torch/tvm_module_wrapper/RuntimeModuleWrapperTVM.cc: ## @@ -0,0 +1,179 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

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

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934084309 ## src/contrib/torch/tvm_module_wrapper/RuntimeModuleWrapperTorch.cc: ## @@ -0,0 +1,159 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12148: [TVMScript] Python Expression Precedence

2022-07-31 Thread GitBox
junrushao1994 commented on code in PR #12148: URL: https://github.com/apache/tvm/pull/12148#discussion_r934082597 ## src/script/printer/python_doc_printer.cc: ## @@ -31,6 +31,114 @@ namespace tvm { namespace script { namespace printer { +/*! + * \brief Operator precedence +

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

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934081871 ## src/contrib/torch/tvm_module_wrapper/RuntimeModuleWrapperTorch.cc: ## @@ -0,0 +1,159 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] yincs-intellif commented on issue #12161: [Bug] IntImm Node signed integer indicates an error

2022-07-31 Thread GitBox
yincs-intellif commented on issue #12161: URL: https://github.com/apache/tvm/issues/12161#issuecomment-1200591907 Thanks a lot. I think we need to solve this issue, because we usually use hexadecimal in computer domain. -- This is an automated message from the Apache Git Service. To

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

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934081517 ## src/contrib/torch/tvm_module_wrapper/runtime_bridge.h: ## @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12148: [TVMScript] Python Expression Precedence

2022-07-31 Thread GitBox
junrushao1994 commented on code in PR #12148: URL: https://github.com/apache/tvm/pull/12148#discussion_r934081525 ## src/script/printer/python_doc_printer.cc: ## @@ -31,6 +31,114 @@ namespace tvm { namespace script { namespace printer { +/*! + * \brief Operator precedence +

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12148: [TVMScript] Python Expression Precedence

2022-07-31 Thread GitBox
junrushao1994 commented on code in PR #12148: URL: https://github.com/apache/tvm/pull/12148#discussion_r934080482 ## src/script/printer/python_doc_printer.cc: ## @@ -31,6 +31,114 @@ namespace tvm { namespace script { namespace printer { +/*! + * \brief Operator precedence +

[GitHub] [tvm] junrushao1994 commented on pull request #12250: [MetaSchedule][Test] Add unittests for NRM

2022-07-31 Thread GitBox
junrushao1994 commented on PR #12250: URL: https://github.com/apache/tvm/pull/12250#issuecomment-1200582338 CC: @MasterJH5574 @jinhongyii -- 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

[tvm] branch main updated: [BYOC-DNNL] add post_sum pattern (#12151)

2022-07-31 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 c07d77f99c [BYOC-DNNL] add post_sum pattern (#12151)

[GitHub] [tvm] masahi merged pull request #12151: [BYOC-DNNL] add post_sum pattern

2022-07-31 Thread GitBox
masahi merged PR #12151: URL: https://github.com/apache/tvm/pull/12151 -- 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] crazydemo commented on pull request #12151: [BYOC-DNNL] add post_sum pattern

2022-07-31 Thread GitBox
crazydemo commented on PR #12151: URL: https://github.com/apache/tvm/pull/12151#issuecomment-1200575009 @masahi Could you please review this PR? This PR adds `conv2d-add-sum-relu pattern` with required checks, and the corresponding test case is added. -- This is an automated message from

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

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934075212 ## src/contrib/torch/tvm_module_wrapper/runtime_bridge.h: ## @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

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

2022-07-31 Thread GitBox
juda commented on code in PR #12232: URL: https://github.com/apache/tvm/pull/12232#discussion_r934074843 ## src/contrib/torch/tvm_module_wrapper/runtime_bridge.h: ## @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [tvm] junrushao1994 commented on issue #12161: [Bug] IntImm Node signed integer indicates an error

2022-07-31 Thread GitBox
junrushao1994 commented on issue #12161: URL: https://github.com/apache/tvm/issues/12161#issuecomment-1200570827 It is currently undefined behavior. We haven’t had in-depth discussion whether or not it’s going to be an error. What do you think? -- This is an automated message from the

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

2022-07-31 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 omit cd40093d9e [ci][docker] Nightly Docker image update add 9f16b607c8 [TVMScript] Doc Definition

[tvm] branch main updated: [MetaSchedule][Test] Add unittests for T2D (#12249)

2022-07-31 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 a842449d23 [MetaSchedule][Test] Add unittests for

[GitHub] [tvm] junrushao1994 merged pull request #12249: [MetaSchedule][Test] Add unittests for T2D

2022-07-31 Thread GitBox
junrushao1994 merged PR #12249: URL: https://github.com/apache/tvm/pull/12249 -- 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 (ea0e29f425 -> 1d1fc08367)

2022-07-31 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 ea0e29f425 [MetaSchedule][Test] Add unittests for GRP (#12246) add 1d1fc08367 [Fix] Minor modification

[GitHub] [tvm] junrushao1994 commented on pull request #12249: [MetaSchedule][Test] Add unittests for T2D

2022-07-31 Thread GitBox
junrushao1994 commented on PR #12249: URL: https://github.com/apache/tvm/pull/12249#issuecomment-1200481228 CC: @MasterJH5574 @zxybazh -- 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

[GitHub] [tvm] timmywanttolearn opened a new issue, #12248: [Bug] Can not tune onnx models in M1 mac

2022-07-31 Thread GitBox
timmywanttolearn opened a new issue, #12248: URL: https://github.com/apache/tvm/issues/12248 I am using M1 mac to tune onnx resnet50 using the code from TVM tutorial. And I met problems both with autoscheduler and without it. ### Expected behavior It should generate

[tvm] branch main updated (ea0e29f425 -> 1d1fc08367)

2022-07-31 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 ea0e29f425 [MetaSchedule][Test] Add unittests for GRP (#12246) add 1d1fc08367 [Fix] Minor modification in

[GitHub] [tvm] junrushao1994 merged pull request #12247: [Fix] Minor modification in unittests

2022-07-31 Thread GitBox
junrushao1994 merged PR #12247: URL: https://github.com/apache/tvm/pull/12247 -- 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 (66a1b9f392 -> ea0e29f425)

2022-07-31 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 66a1b9f392 fix bug: KeyError, can't find some parameter key (#12211) add a231a1d724 [Fix] Fix some

[GitHub] [tvm] cyx-6 opened a new pull request, #12247: [Fix] Minor modification in unittests

2022-07-31 Thread GitBox
cyx-6 opened a new pull request, #12247: URL: https://github.com/apache/tvm/pull/12247 Update unittests to align with future parser -- 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

[tvm] branch main updated: [MetaSchedule][Test] Add unittests for GRP (#12246)

2022-07-31 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 ea0e29f425 [MetaSchedule][Test] Add unittests for

[GitHub] [tvm] junrushao1994 merged pull request #12246: [MetaSchedule][Test] Add unittests for GRP

2022-07-31 Thread GitBox
junrushao1994 merged PR #12246: URL: https://github.com/apache/tvm/pull/12246 -- 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 (42dd6afa97 -> 66a1b9f392)

2022-07-31 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 42dd6afa97 [MetaSchedule][Test] Add unittests for GMM (#12243) add 66a1b9f392 fix bug: KeyError, can't

[tvm] branch main updated (66a1b9f392 -> a231a1d724)

2022-07-31 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 66a1b9f392 fix bug: KeyError, can't find some parameter key (#12211) add a231a1d724 [Fix] Fix some errors in

[GitHub] [tvm] junrushao1994 merged pull request #12245: [Fix] Fix some errors in unittests

2022-07-31 Thread GitBox
junrushao1994 merged PR #12245: URL: https://github.com/apache/tvm/pull/12245 -- 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] renfeier commented on pull request #11793: [DietCode] Local Padding

2022-07-31 Thread GitBox
renfeier commented on PR #11793: URL: https://github.com/apache/tvm/pull/11793#issuecomment-1200370683 > refactoring @ArmageddonKnight Thank you for the prompt reply. Looking forward to your update -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tvm] junrushao1994 commented on pull request #12246: [MetaSchedule][Test] Add unittests for GRP

2022-07-31 Thread GitBox
junrushao1994 commented on PR #12246: URL: https://github.com/apache/tvm/pull/12246#issuecomment-1200367109 @MasterJH5574 Yeah I've been planning to cover the search space of common workloads so that it will be less likely to go wrong when mainline keeps updating (it happened multiple

[GitHub] [tvm] junrushao1994 commented on a diff in pull request #12246: [MetaSchedule][Test] Add unittests for GRP

2022-07-31 Thread GitBox
junrushao1994 commented on code in PR #12246: URL: https://github.com/apache/tvm/pull/12246#discussion_r933939884 ## tests/python/unittest/test_meta_schedule_space_cpu.py: ## @@ -1201,6 +1201,180 @@ def gmm_2(X: T.Buffer[(1, 128, 128), "float32"], Y: T.Buffer[(1, 128, 128),

[GitHub] [tvm] MasterJH5574 commented on a diff in pull request #12246: [MetaSchedule][Test] Add unittests for GRP

2022-07-31 Thread GitBox
MasterJH5574 commented on code in PR #12246: URL: https://github.com/apache/tvm/pull/12246#discussion_r933939479 ## tests/python/unittest/test_meta_schedule_space_cpu.py: ## @@ -1201,6 +1201,180 @@ def gmm_2(X: T.Buffer[(1, 128, 128), "float32"], Y: T.Buffer[(1, 128, 128),

[tvm] branch last-successful updated (1d39f2c974 -> 42dd6afa97)

2022-07-31 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 1d39f2c974 [FQ2I] fix unary op output affine type in fq2i (#12224) add 42dd6afa97 [MetaSchedule][Test]

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

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

[tvm] branch main updated (42dd6afa97 -> 66a1b9f392)

2022-07-31 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 42dd6afa97 [MetaSchedule][Test] Add unittests for GMM (#12243) add 66a1b9f392 fix bug: KeyError, can't find some

[GitHub] [tvm] junrushao1994 merged pull request #12211: fix bug: KeyError, can't find some parameter key

2022-07-31 Thread GitBox
junrushao1994 merged PR #12211: URL: https://github.com/apache/tvm/pull/12211 -- 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 commented on pull request #12211: fix bug: KeyError, can't find some parameter key

2022-07-31 Thread GitBox
junrushao1994 commented on PR #12211: URL: https://github.com/apache/tvm/pull/12211#issuecomment-1200360174 Of course! Thanks for the contribution! -- 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] jiangjiajun commented on pull request #12211: fix bug: KeyError, can't find some parameter key

2022-07-31 Thread GitBox
jiangjiajun commented on PR #12211: URL: https://github.com/apache/tvm/pull/12211#issuecomment-1200358085 @junrushao1994 Could you help to merge this pr? -- 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

[GitHub] [tvm] cyx-6 commented on a diff in pull request #12245: [Fix] Fix some errors in unittests

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