This is an automated email from the ASF dual-hosted git repository.
jcf94 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 4f9e614 fix first-order AD tuple/projection expr duplication (#8318)
add a0f4917 [tvmc] Fix inconsistent usage of ho
jcf94 merged pull request #8324:
URL: https://github.com/apache/tvm/pull/8324
--
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.
For queries about this service, please conta
zhuzilin edited a comment on pull request #8056:
URL: https://github.com/apache/tvm/pull/8056#issuecomment-868179165
> in this case we need to change tag to `kInjective` as the reduction op is
not broadcast
@vinx13 Changing tag to `kInjective` will fail the tag check in
`traverse_af
zhuzilin commented on pull request #8056:
URL: https://github.com/apache/tvm/pull/8056#issuecomment-868179165
> in this case we need to change tag to `kInjective` as the reduction op is
not broadcast
@vinx13 Changing tag to `kInjective` will fail the tag check in
`traverse_after_red
gromero commented on pull request #8055:
URL: https://github.com/apache/tvm/pull/8055#issuecomment-868153637
@microbuilder friendly ping :)
--
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 s
jcf94 commented on pull request #8328:
URL: https://github.com/apache/tvm/pull/8328#issuecomment-868131139
Congratulation!
--
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.
masahi commented on a change in pull request #8309:
URL: https://github.com/apache/tvm/pull/8309#discussion_r658383787
##
File path: src/relay/transforms/infer_layout_utils.h
##
@@ -85,6 +85,30 @@ inline Layout AdjustSubordinateFactors(const Layout&
src_layout, const Layout& o
AndrewZhaoLuo opened a new pull request #8337:
URL: https://github.com/apache/tvm/pull/8337
--
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.
For queries about this service
hogepodge closed pull request #8334:
URL: https://github.com/apache/tvm/pull/8334
--
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.
For queries about this service, please c
hogepodge closed pull request #8180:
URL: https://github.com/apache/tvm/pull/8180
--
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.
For queries about this service, please c
Lunderberg commented on pull request #8332:
URL: https://github.com/apache/tvm/pull/8332#issuecomment-868018715
Potential reviewer: @masahi
--
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 s
Lunderberg commented on pull request #8333:
URL: https://github.com/apache/tvm/pull/8333#issuecomment-868018700
Potential reviewer: @masahi
--
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 s
Lunderberg opened a new pull request #8336:
URL: https://github.com/apache/tvm/pull/8336
[Topi][UnitTests] Parametrized tests in test_topi_dense.py
Now, tests run for multiple data types, can be extended with additional
datatypes.
[Topi] Separated generic-gpu nn.dense implem
masahi opened a new pull request #8335:
URL: https://github.com/apache/tvm/pull/8335
https://github.com/apache/tvm/issues/8140
--
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 commen
gromero commented on a change in pull request #8331:
URL: https://github.com/apache/tvm/pull/8331#discussion_r658302581
##
File path: tests/python/driver/tvmc/conftest.py
##
@@ -167,40 +148,17 @@ def onnx_mnist():
return model_file
-@pytest.fixture(scope="session")
-de
schilkunda-amba commented on a change in pull request #8323:
URL: https://github.com/apache/tvm/pull/8323#discussion_r658286396
##
File path: python/tvm/contrib/target/onnx.py
##
@@ -617,6 +617,20 @@ def convert_attributes(cls, attrs):
return {"value": 1}
+class LR
hogepodge commented on pull request #8334:
URL: https://github.com/apache/tvm/pull/8334#issuecomment-867953794
@leandron
--
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.
F
hogepodge opened a new pull request #8334:
URL: https://github.com/apache/tvm/pull/8334
The pre- and post-processing scripts supplied in this tutorial require
pillow to be installed, and this tutorial also requires that onnx be installed.
This patch indicates those are requirements for suc
Lunderberg opened a new pull request #8332:
URL: https://github.com/apache/tvm/pull/8332
Previously, the codegen indicated that there was an extern call. Now, also
indicate what that extern call is, to aid in debugging.
--
This is an automated message from the Apache Git Service.
To res
Lunderberg opened a new pull request #8333:
URL: https://github.com/apache/tvm/pull/8333
Frequently, looking at the shaders generated by the Vulkan codegen is useful
for debugging. While this can be done by checking the
`mod.imported_modules[0].get_source()`, that requires the shader to f
Lunderberg commented on a change in pull request #8317:
URL: https://github.com/apache/tvm/pull/8317#discussion_r658275627
##
File path: Makefile
##
@@ -15,68 +15,80 @@
# specific language governing permissions and limitations
# under the License.
+
+.PHONY: all \
+
jroesch commented on a change in pull request #8309:
URL: https://github.com/apache/tvm/pull/8309#discussion_r658272825
##
File path: src/relay/transforms/infer_layout_utils.h
##
@@ -85,6 +85,30 @@ inline Layout AdjustSubordinateFactors(const Layout&
src_layout, const Layout&
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 3e28716 [Vulkan] Implement sync for SyncThread("warp") (#8320)
add 4f9e614 fix first-order AD tuple/projection exp
jroesch merged pull request #8318:
URL: https://github.com/apache/tvm/pull/8318
--
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.
For queries about this service, please con
masahi commented on pull request #8320:
URL: https://github.com/apache/tvm/pull/8320#issuecomment-867891950
Thanks @Lunderberg
--
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 comme
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 07701f2 [UnitTests] Automatic parametrization over targets, with
explicit opt-out (#8010)
add 3e28716 [Vulkan] Imp
masahi merged pull request #8320:
URL: https://github.com/apache/tvm/pull/8320
--
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.
For queries about this service, please cont
This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tvm-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5bb31ca Build at Thu Jun 24 14:55:40 EDT
schilkunda-amba closed pull request #8322:
URL: https://github.com/apache/tvm/pull/8322
--
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.
For queries about this service, pl
vinx13 commented on pull request #8056:
URL: https://github.com/apache/tvm/pull/8056#issuecomment-867848988
> @vinx13 @altanh Thank you for your help!
>
> > tag here is topi-level, sometimes we use it to identify a specific
compute operation during schedule, otherwise we can leave it
This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-site.git
The following commit(s) were added to refs/heads/main by this push:
new 708ea1d Add Discord server invitation (#29)
708ea
tmoreau89 commented on pull request #8010:
URL: https://github.com/apache/tvm/pull/8010#issuecomment-867833092
Thank you @tkonolige @jwfromm @Lunderberg the PR is now merged!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
This is an automated email from the ASF dual-hosted git repository.
moreau pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 6b7b966 [Relay][Frontend][Onnx] Enable group_conv1d import through
conv2d conversion. (#8321)
add 07701f2 [UnitTes
tmoreau89 merged pull request #8010:
URL: https://github.com/apache/tvm/pull/8010
--
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.
For queries about this service, please c
trevor-m commented on a change in pull request #8323:
URL: https://github.com/apache/tvm/pull/8323#discussion_r658113381
##
File path: python/tvm/contrib/target/onnx.py
##
@@ -617,6 +617,20 @@ def convert_attributes(cls, attrs):
return {"value": 1}
+class LRN(OpCon
mbrookhart merged pull request #8321:
URL: https://github.com/apache/tvm/pull/8321
--
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.
For queries about this service, please
This is an automated email from the ASF dual-hosted git repository.
mbrookhart pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from d9fe672 [Docs] Prevented docs/1 file from being generated. (#8029)
add 6b7b966 [Relay][Frontend][Onnx] Enable g
trevor-m commented on a change in pull request #8323:
URL: https://github.com/apache/tvm/pull/8323#discussion_r658113381
##
File path: python/tvm/contrib/target/onnx.py
##
@@ -617,6 +617,20 @@ def convert_attributes(cls, attrs):
return {"value": 1}
+class LRN(OpCon
trevor-m commented on issue #8140:
URL: https://github.com/apache/tvm/issues/8140#issuecomment-867786119
I'm fine with disabling the test for now, sorry I haven't had a chance to
look into the flakiness yet.
--
This is an automated message from the Apache Git Service.
To respond to the m
stoa commented on pull request #7742:
URL: https://github.com/apache/tvm/pull/7742#issuecomment-867774013
@areusch
Hello, Andrew
I do not understand the build failure. Who can explain it what the problem
is ?
--
This is an automated message from the Apache Git Service.
To resp
tqchen commented on a change in pull request #8317:
URL: https://github.com/apache/tvm/pull/8317#discussion_r658089050
##
File path: Makefile
##
@@ -15,68 +15,80 @@
# specific language governing permissions and limitations
# under the License.
+
+.PHONY: all \
+runt
mbrookhart commented on issue #8140:
URL: https://github.com/apache/tvm/issues/8140#issuecomment-867743767
I'm seeing flakiness in this test in about 1/3 of CI jobs, it's becoming a
real problem to getting other PRs merged. Should we think about disabling this
test until we can resolve the
Mousius commented on pull request #8331:
URL: https://github.com/apache/tvm/pull/8331#issuecomment-867743835
@leandron @gromero
--
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 comm
Mousius opened a new pull request #8331:
URL: https://github.com/apache/tvm/pull/8331
The tflite_compiled_model fixture was getting duplicated a few times so I've
added a parameterized fixture tflite_tvmc_compiler which combines
tmpdir_factory setup with compile_model
Nested target
Lunderberg commented on a change in pull request #8317:
URL: https://github.com/apache/tvm/pull/8317#discussion_r658060824
##
File path: Makefile
##
@@ -15,68 +15,80 @@
# specific language governing permissions and limitations
# under the License.
+
+.PHONY: all \
+
tqchen commented on a change in pull request #8317:
URL: https://github.com/apache/tvm/pull/8317#discussion_r658051013
##
File path: Makefile
##
@@ -15,68 +15,80 @@
# specific language governing permissions and limitations
# under the License.
+
+.PHONY: all \
+runt
Lunderberg commented on a change in pull request #8317:
URL: https://github.com/apache/tvm/pull/8317#discussion_r658043926
##
File path: Makefile
##
@@ -15,68 +15,80 @@
# specific language governing permissions and limitations
# under the License.
+
+.PHONY: all \
+
giuseros commented on pull request #8014:
URL: https://github.com/apache/tvm/pull/8014#issuecomment-867705273
A friendly ping @manupa-arm , @jroesch , @areusch !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
giuseros commented on pull request #8096:
URL: https://github.com/apache/tvm/pull/8096#issuecomment-867704948
A friendly ping @manupa-arm , @jroesch , @areusch !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
Lunderberg commented on a change in pull request #8317:
URL: https://github.com/apache/tvm/pull/8317#discussion_r658022356
##
File path: Makefile
##
@@ -15,68 +15,80 @@
# specific language governing permissions and limitations
# under the License.
+
+.PHONY: all \
+
tqchen opened a new pull request #8330:
URL: https://github.com/apache/tvm/pull/8330
Image PR #8329
--
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.
For queries about this
This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from b9d2899 [Relay][Training] Additional gradients (#8307)
add d9fe672 [Docs] Prevented docs/1 file from being generate
tqchen merged pull request #8029:
URL: https://github.com/apache/tvm/pull/8029
--
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.
For queries about this service, please cont
tqchen commented on pull request #8029:
URL: https://github.com/apache/tvm/pull/8029#issuecomment-867681841
Thanks @Lunderberg !
--
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 comm
tqchen commented on a change in pull request #8317:
URL: https://github.com/apache/tvm/pull/8317#discussion_r657998758
##
File path: Makefile
##
@@ -15,68 +15,80 @@
# specific language governing permissions and limitations
# under the License.
+
+.PHONY: all \
+runt
Lunderberg commented on pull request #8029:
URL: https://github.com/apache/tvm/pull/8029#issuecomment-867680223
And it passed! Should be ready to merge, as it has up-to-date fixes for all
documentation warnings on the main branch through yesterday afternoon.
--
This is an automated mess
tqchen opened a new pull request #8329:
URL: https://github.com/apache/tvm/pull/8329
Per https://github.com/apache/tvm/pull/8302
--
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 comm
This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.
discard 4e69e98 [DOCKER] Update lint to reflect the latest state
new ccfb2af [DOCKER] Update lint to reflect t
This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git
commit ccfb2af5fb52672ad32086a8d2d2d2015c446b1a
Author: tqchen
AuthorDate: Thu Jun 24 06:44:27 2021 -0700
[DOCKER]
Lunderberg commented on pull request #8315:
URL: https://github.com/apache/tvm/pull/8315#issuecomment-867677450
Bumped the CI again. It looks like there is a tracking issue #8140 for this
particular flaky test case, though there isn't a resolution yet.
--
This is an automated message fr
tqchen commented on pull request #8328:
URL: https://github.com/apache/tvm/pull/8328#issuecomment-867665088
my bad, updated!
--
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.
wyc-ruiker commented on pull request #8328:
URL: https://github.com/apache/tvm/pull/8328#issuecomment-867663172
Thanks!
But my TVM forum's name is different from GitHub's name.
My community forum summary should be [Community Forum
Summary](https://discuss.tvm.apache.org/u/reku/summar
tqchen opened a new pull request #8328:
URL: https://github.com/apache/tvm/pull/8328
Dear community:
Please join us to welcome @wyc-ruiker as a new reviewer. Yucheng has made
various contributions to the TFLite importer, QNN and codegen components and
helped to review code on the r
This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.
omit 9371913 update onnx in qemu docker
omit fa47f11 Don't force output shape for conv transpose tests, add
This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git
commit 4e69e98472f7aa5c4963e52c13717a068d96f0a0
Author: tqchen
AuthorDate: Thu Jun 24 06:44:27 2021 -0700
[DOCKER]
tqchen commented on issue #8255:
URL: https://github.com/apache/tvm/issues/8255#issuecomment-867620092
In this particular case, it might be related to the fact that we are running
graph runtime locally while the computation are on the remote. @areusch might
have more background. In such ca
tqchen commented on issue #8308:
URL: https://github.com/apache/tvm/issues/8308#issuecomment-867617327
also cc @vinx13 @masahi who can help manage the related PRs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
tqchen commented on issue #8308:
URL: https://github.com/apache/tvm/issues/8308#issuecomment-867616887
Thanks @wrongtest for reporting the issue, can you help to suggest a fix and
send a PR?
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
This is an automated email from the ASF dual-hosted git repository.
tqchen 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 b9d2899 [Relay][Training] Additional gradients (#8307)
tqchen merged pull request #8307:
URL: https://github.com/apache/tvm/pull/8307
--
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.
For queries about this service, please cont
leandron commented on pull request #8326:
URL: https://github.com/apache/tvm/pull/8326#issuecomment-867553178
> Can you leave a comment around it ?
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
echuraev opened a new pull request #8327:
URL: https://github.com/apache/tvm/pull/8327
After commit 0bbaf0e, android_rpc wasn't able connect to rpc_tracker.
Added addr field to cinfo.
Thanks for contributing to TVM! Please refer to guideline
https://tvm.apache.org/docs/contribut
leandron commented on pull request #8324:
URL: https://github.com/apache/tvm/pull/8324#issuecomment-867534416
> Hi @leandron ,
> Is there any way to test this?
Thanks for the push. Yes, there is a way to test this in isolation. I just
updated here with a test case. Please have ano
leandron opened a new pull request #8326:
URL: https://github.com/apache/tvm/pull/8326
Make sure that curl is installed, as this script is used on ci_lint, which
does not need all the packages installed by ubuntu_install_core.sh
This partially undo what is done in #8310, that causes
giuseros commented on pull request #8324:
URL: https://github.com/apache/tvm/pull/8324#issuecomment-867490323
Hi @leandron ,
Is there any way to test this?
--
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
d-smirnov opened a new pull request #8325:
URL: https://github.com/apache/tvm/pull/8325
This PR migrates FoldScaleAxis optimization pass from
ExprVisitor/ExprMutator to non-recursive MixedModeVisitor/MixedModeMutator. The
specific transforming part itself is still recursive, however the un
leandron opened a new pull request #8324:
URL: https://github.com/apache/tvm/pull/8324
There was some inconsistent usage of `host_name` vs. `hostname` in tvmc tune.
* This change prevents a python error when running tuning via and RPC
tracker on tvmc.
cc @giuseros @mbaret @comani
leandron commented on pull request #8316:
URL: https://github.com/apache/tvm/pull/8316#issuecomment-867414400
This is merged now. Thanks @mbrookhart!
--
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
This is an automated email from the ASF dual-hosted git repository.
leandron 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 5fa1c6d [DOCKER] fix sphinx install versions (#8316)
leandron merged pull request #8316:
URL: https://github.com/apache/tvm/pull/8316
--
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.
For queries about this service, please co
This is an automated email from the ASF dual-hosted git repository.
leandron 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 3db44f4 Fix ordering of tf and tflite installs in ci
leandron merged pull request #8312:
URL: https://github.com/apache/tvm/pull/8312
--
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.
For queries about this service, please co
82 matches
Mail list logo