junrushao merged PR #15827:
URL: https://github.com/apache/tvm/pull/15827
--
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.apache
This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
from beef1f7c75 [TE] Support using tir::Var as CreatePrimFunc args (#15817)
add d06a658b10 [Unity][Disco] Use default s
masahi opened a new pull request, #15831:
URL: https://github.com/apache/tvm/pull/15831
(no comment)
--
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:
This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from cde83e1088 [TVMC] enable dumping imported modules too (#15779)
add dfd525bda5 Revert "[TensorIR][Visitor] Visit
github-actions[bot] commented on PR #15823:
URL: https://github.com/apache/tvm/pull/15823#issuecomment-1736621514
Failed to re-run CI in https://github.com/apache/tvm/actions/runs/6321093415
```
Traceback (most recent call last):
File "ci/scripts/github/github_tvmbot.py
yongwww commented on PR #15823:
URL: https://github.com/apache/tvm/pull/15823#issuecomment-1736621315
@tvm-bot rerun
--
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 uns
yongwww commented on PR #15817:
URL: https://github.com/apache/tvm/pull/15817#issuecomment-1736618293
thanks for the change, looks good to me!
--
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
LeshengJin opened a new pull request, #15828:
URL: https://github.com/apache/tvm/pull/15828
A followup pr of #15817
cc: @junrushao
--
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 spe
junrushao commented on PR #15826:
URL: https://github.com/apache/tvm/pull/15826#issuecomment-1736533921
CC: @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 specific comment.
To
This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity by this push:
new beef1f7c75 [TE] Support using tir::Var as CreatePr
junrushao merged PR #15817:
URL: https://github.com/apache/tvm/pull/15817
--
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.apache
Archermmt commented on PR #15813:
URL: https://github.com/apache/tvm/pull/15813#issuecomment-1736428746
Thanks! Now I understand
--
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 c
This is an automated email from the ASF dual-hosted git repository.
csullivan pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity by this push:
new dfc77eb129 [Unity] Extend RemoveAllUnused to suppo
csullivan merged PR #15807:
URL: https://github.com/apache/tvm/pull/15807
--
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.apache
csullivan commented on code in PR #15810:
URL: https://github.com/apache/tvm/pull/15810#discussion_r1337861771
##
src/relax/transform/kill_after_last_use.cc:
##
@@ -0,0 +1,289 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license a
jinhongyii commented on PR #15827:
URL: https://github.com/apache/tvm/pull/15827#issuecomment-1736381738
cc: @junrushao @tqchen
--
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
jinhongyii opened a new pull request, #15827:
URL: https://github.com/apache/tvm/pull/15827
running on default stream and synchronizing with it is significantly faster
on amd gpu than running on other stream and synchronizing that stream, so we
switch to using default stream in init_ccl
-
slyubomirsky commented on PR #15825:
URL: https://github.com/apache/tvm/pull/15825#issuecomment-1736341597
Are you certain that `Void` is treated as false in that check? There's no
test case included.
--
This is an automated message from the Apache Git Service.
To respond to the message,
csullivan commented on code in PR #15809:
URL: https://github.com/apache/tvm/pull/15809#discussion_r1337806792
##
python/tvm/relax/vm_build.py:
##
@@ -310,6 +310,7 @@ def foo(x: Tensor((3, 4), "float32"), y: Tensor((3, 4),
"float32")):
passes.append(relax.transform.RemoveP
LeshengJin opened a new pull request, #15826:
URL: https://github.com/apache/tvm/pull/15826
(no comment)
--
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-m
junrushao commented on PR #15817:
URL: https://github.com/apache/tvm/pull/15817#issuecomment-1736324878
The motivation behind is to unify
[`CreatePrimFunc`](https://github.com/apache/tvm/blob/b7471f8315ac50ed42da33db733dfbe3a94eff06/src/te/operation/create_primfunc.cc#L646)
and
[`CreateRel
This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity by this push:
new 732ae53653 [Unity][TVMScript] Produce var = R.Exte
junrushao merged PR #15703:
URL: https://github.com/apache/tvm/pull/15703
--
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.apache
Lunderberg opened a new pull request, #15825:
URL: https://github.com/apache/tvm/pull/15825
Prior to this commit, if `R.matmul` has arguments with an unknown datatype,
it would produce an error from within the `R.call_te` implementation of
`BlockBuilder.call_te`, stating `TVMError: cannot m
Lunderberg opened a new pull request, #15824:
URL: https://github.com/apache/tvm/pull/15824
Prior to this commit, exceptions raised during the parsing of TVMScript
would be caught and replaced with a new exception. While this does allow the
TVMScript location of the error to be included in
This is an automated email from the ASF dual-hosted git repository.
lunderberg pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity by this push:
new 6ea16b98e7 [Unity] Delegate DataflowVar visitor t
Lunderberg merged PR #15688:
URL: https://github.com/apache/tvm/pull/15688
--
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.apach
This is an automated email from the ASF dual-hosted git repository.
lunderberg 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 d5fab9e4fb [TVMScript] Use environment variable TVM
Lunderberg merged PR #15762:
URL: https://github.com/apache/tvm/pull/15762
--
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.apach
Lunderberg commented on PR #15756:
URL: https://github.com/apache/tvm/pull/15756#issuecomment-1736104207
And ready for review!
--
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
Lunderberg commented on issue #15233:
URL: https://github.com/apache/tvm/issues/15233#issuecomment-1736066884
I'm somewhat concerned about the `relay -> python codegen -> relax` code
path used in `tvm.contrib.msc.framework.torch.frontend.translate.from_torch`
when `via_relax=False`. This i
Lunderberg commented on PR #15783:
URL: https://github.com/apache/tvm/pull/15783#issuecomment-1736030766
@Archermmt Can you take a look at the MSC-specific unit tests? I've
parametrized the tests and marked the failing cases (`via_relax=False`) with
`pytest.mark.xfail`, but it would be goo
tlopex closed pull request #15821: [TFLite][Frontend] Support quantized ELU
URL: https://github.com/apache/tvm/pull/15821
--
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 uns
yongwww commented on issue #15101:
URL: https://github.com/apache/tvm/issues/15101#issuecomment-1736018176
The e2e multi-device test cases were added in
https://github.com/apache/tvm/pull/15823. Will close this issue once it lands
--
This is an automated message from the Apache Git Servic
yongwww opened a new pull request, #15823:
URL: https://github.com/apache/tvm/pull/15823
(no comment)
--
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
vinx13 closed pull request #15794: [IR] Use CoW in StmtFunctor to prevent
mutating buffer
URL: https://github.com/apache/tvm/pull/15794
--
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 c
vinx13 commented on PR #15794:
URL: https://github.com/apache/tvm/pull/15794#issuecomment-1735923862
superseded by #15816
--
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.
T
tqchen commented on PR #89:
URL: https://github.com/apache/tvm-rfcs/pull/89#issuecomment-1735749718
Thanks @FrozenGene for bring this up! To bring broader awareness, we posted
a new strategy proposal here
https://discuss.tvm.apache.org/t/discuss-tvm-core-strategy-for-emerging-needs/15751
t
tlopex closed pull request #15821: [TFLite][Frontend] Support quantized ELU
URL: https://github.com/apache/tvm/pull/15821
--
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 uns
tlopex opened a new pull request, #15821:
URL: https://github.com/apache/tvm/pull/15821
Support ELU quantization operation as part of #15148
--
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 PR #15813:
URL: https://github.com/apache/tvm/pull/15813#issuecomment-1735693748
(Made https://github.com/apache/tvm/pull/15820, which updates the warning to
an info.)
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
Lunderberg commented on PR #15816:
URL: https://github.com/apache/tvm/pull/15816#issuecomment-1735692136
As a potential third option, I think that we could have the buffers be
visited at their point of definition. That is, any `DeclBuffer` statement
would have the buffer internals visited
Lunderberg commented on code in PR #15806:
URL: https://github.com/apache/tvm/pull/15806#discussion_r1337320164
##
python/tvm/relax/transform/remove_redundant_reshape.py:
##
@@ -0,0 +1,83 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor lic
Lunderberg opened a new pull request, #15820:
URL: https://github.com/apache/tvm/pull/15820
A `PrimFunc` may contain transformations that are not affine, or that are
not recognizable as being affine. Prior to this commit, this produced a
`LOG(WARNING)` stating that this was an error in the
Lunderberg commented on PR #15813:
URL: https://github.com/apache/tvm/pull/15813#issuecomment-1735629528
I had a couple of MSC-related CI failures, but they were mainly related to
expected IRModule definitions needing to be updated for changed behavior. If I
run the
`tests/python/relax/te
MasterJH5574 commented on PR #15817:
URL: https://github.com/apache/tvm/pull/15817#issuecomment-1735568257
Looks like the PR is mainly about TE and TIR, so I’m wondering if there is
any blocker for this PR to be sent to main branch?
--
This is an automated message from the Apache Git Serv
This is an automated email from the ASF dual-hosted git repository.
lukhut pushed a change to branch fix-oneflow-install
in repository https://gitbox.apache.org/repos/asf/tvm.git
at 571b85216e [Docker] Install oneflow from PyPi
No new revisions were added by this update.
lhutton1 opened a new pull request, #15819:
URL: https://github.com/apache/tvm/pull/15819
Installing oneflow from the current link (https://release.oneflow.info)
seems to be broken as reported in #15754, which is impacting other unrelated
changes in CI. This commit attempts to fix the insta
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 dfd525bda5 Revert "[TensorIR][Visitor] Visit buffer mem
tqchen merged PR #15816:
URL: https://github.com/apache/tvm/pull/15816
--
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.apache.or
sjain58 commented on code in PR #15806:
URL: https://github.com/apache/tvm/pull/15806#discussion_r1336885976
##
tests/python/relax/test_remove_redundant_reshape.py:
##
@@ -0,0 +1,68 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license a
sjain58 commented on code in PR #15806:
URL: https://github.com/apache/tvm/pull/15806#discussion_r1336885976
##
tests/python/relax/test_remove_redundant_reshape.py:
##
@@ -0,0 +1,68 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license a
sjain58 commented on code in PR #15806:
URL: https://github.com/apache/tvm/pull/15806#discussion_r1336881777
##
python/tvm/relax/transform/remove_redundant_reshape.py:
##
@@ -0,0 +1,73 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor licens
sjain58 commented on code in PR #15806:
URL: https://github.com/apache/tvm/pull/15806#discussion_r1336871892
##
python/tvm/relax/transform/remove_redundant_reshape.py:
##
@@ -0,0 +1,73 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor licens
sjain58 commented on code in PR #15806:
URL: https://github.com/apache/tvm/pull/15806#discussion_r1336869336
##
python/tvm/relax/transform/remove_redundant_reshape.py:
##
@@ -0,0 +1,73 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor licens
cbalint13 commented on PR #15761:
URL: https://github.com/apache/tvm/pull/15761#issuecomment-1735025580
@kparzysz-quic
Added the fuctions as ```LLVMTargetInfo``` public members, now looks to be
it's ideal place.
Updated the first comment here with the example & usage of the exporte
masahi commented on code in PR #15679:
URL: https://github.com/apache/tvm/pull/15679#discussion_r1336715785
##
python/tvm/relax/transform/legalize_ops/manipulate.py:
##
@@ -182,7 +182,15 @@ def te_layout_transform(data, name):
)
index_map: tvm.tir.IndexMap = call
57 matches
Mail list logo