zhiics commented on a change in pull request #5578:
URL: https://github.com/apache/incubator-tvm/pull/5578#discussion_r424893721
##
File path: src/relay/backend/compile_engine.cc
##
@@ -580,7 +580,7 @@ class CompileEngineImpl : public CompileEngineNode {
auto
liangfu opened a new pull request #5593:
URL: https://github.com/apache/incubator-tvm/pull/5593
This PR updates document in reflection for changes introduced in #5160 .
This is an automated message from the Apache Git
liangfu commented on pull request #5593:
URL: https://github.com/apache/incubator-tvm/pull/5593#issuecomment-628464822
@MarisaKirisame Please review.
This is an automated message from the Apache Git Service.
To respond to
mbrookhart commented on a change in pull request #5231:
URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r425433993
##
File path: include/tvm/relay/dataflow_matcher.h
##
@@ -0,0 +1,67 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
mbrookhart commented on a change in pull request #5231:
URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r42547
##
File path: src/relay/ir/dataflow_matcher.cc
##
@@ -0,0 +1,656 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
junrushao1994 commented on pull request #5585:
URL: https://github.com/apache/incubator-tvm/pull/5585#issuecomment-628999732
Could you help review the PR? Thanks! @tqchen @joshpoll @jroesch @zhiics
@icemelon9 @yzhliu @wweic
junrushao1994 edited a comment on pull request #5585:
URL: https://github.com/apache/incubator-tvm/pull/5585#issuecomment-628999732
Could you help review the PR? Thanks! @tqchen @jwfromm @jroesch @zhiics
@icemelon9 @yzhliu @wweic
This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new a400f82 [TFLite Runtime] Fix bug and
tqchen merged pull request #5436:
URL: https://github.com/apache/incubator-tvm/pull/5436
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
areusch opened a new pull request #5599:
URL: https://github.com/apache/incubator-tvm/pull/5599
Some differences existed between the checked-in version and DLTensor, which
were only seen when trying to use e.g. strides from hand-written PackedFuncs.
areusch commented on pull request #5590:
URL: https://github.com/apache/incubator-tvm/pull/5590#issuecomment-628867117
fixed
This is an automated message from the Apache Git Service.
To respond to the message, please log on
tqchen merged pull request #5590:
URL: https://github.com/apache/incubator-tvm/pull/5590
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
This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 561f0c2 [DOCS] Improve document in reflection (#5593)
add 8b8fba9 Overestimate binary size for
masahi commented on a change in pull request #5231:
URL: https://github.com/apache/incubator-tvm/pull/5231#discussion_r425440445
##
File path: include/tvm/relay/dataflow_matcher.h
##
@@ -0,0 +1,67 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or
cchung100m closed pull request #5501:
URL: https://github.com/apache/incubator-tvm/pull/5501
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
cchung100m opened a new pull request #5596:
URL: https://github.com/apache/incubator-tvm/pull/5596
Hi @tqchen @zhiics @jroesch
Following issue #5490 , this PR is working for `std::string` -> `String`
Migration in TIR nodes. I would appreciate if you can help to review it, many
icemelon9 merged pull request #5144:
URL: https://github.com/apache/incubator-tvm/pull/5144
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
This is an automated email from the ASF dual-hosted git repository.
haichen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from a400f82 [TFLite Runtime] Fix bug and re-enable RPC execution test
(#5436)
add 674f58a [Relay][VM]
huanleo opened a new issue #5594:
URL: https://github.com/apache/incubator-tvm/issues/5594
when i convert mxnet-model to tvm-model, resnest-50 is ok, but when convert
lager network(resnest101 or resnest-200) will get "segment fault"——whether
llvm or cuda mode
I suspect there's
michalpiszczek commented on pull request #5436:
URL: https://github.com/apache/incubator-tvm/pull/5436#issuecomment-628945385
@tmoreau89 @tqchen PTAL, now includes fix to keep alive the interpreter's
backing buffer
This is
wpan11nv opened a new pull request #5600:
URL: https://github.com/apache/incubator-tvm/pull/5600
- Do not use multiple kernels
- Schedule with warp reductions
- Fixed a bug on the lower warp memory pass
- Fixed warp shuffle intrinsics for the nvptx backend.
ANSHUMAN87 commented on pull request #5578:
URL: https://github.com/apache/incubator-tvm/pull/5578#issuecomment-628673263
@zhiics : Thanks for review! Your comment is handled now!
This is an automated message from the Apache
MarisaKirisame commented on a change in pull request #5593:
URL: https://github.com/apache/incubator-tvm/pull/5593#discussion_r425201430
##
File path: apps/cpp_rpc/README.md
##
@@ -59,4 +59,4 @@ Command line usage
```
## Note
-Currently support is only there for Linux /
tqchen merged pull request #5593:
URL: https://github.com/apache/incubator-tvm/pull/5593
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
This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 482e341 Fix JSON graph dumping. (#5591)
add 561f0c2 [DOCS] Improve document in reflection (#5593)
No
tqchen commented on pull request #5593:
URL: https://github.com/apache/incubator-tvm/pull/5593#issuecomment-628692567
Thanks @liangfu @MarisaKirisame !
This is an automated message from the Apache Git Service.
To respond to
tqchen edited a comment on issue #5597:
URL: https://github.com/apache/incubator-tvm/issues/5597#issuecomment-628694939
Please open a new thead on https://discuss.tvm.ai/, This is likely due to
your version of LLVM idd not install with these target.
tqchen commented on issue #5597:
URL: https://github.com/apache/incubator-tvm/issues/5597#issuecomment-628694939
Okease ioeb a new thead on https://discuss.tvm.ai/, This is likely due to
your version of LLVM idd not install with these target.
tqchen edited a comment on issue #5597:
URL: https://github.com/apache/incubator-tvm/issues/5597#issuecomment-628694939
Please open a new thead on https://discuss.tvm.ai/, where the community uses
for trouble shooting. This is likely due to your version of LLVM idd not
install with these
tqchen closed issue #5597:
URL: https://github.com/apache/incubator-tvm/issues/5597
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
tqchen commented on issue #5594:
URL: https://github.com/apache/incubator-tvm/issues/5594#issuecomment-628696155
Please open a new thread on the discuss forum for trouble shooting
https://discuss.tvm.ai/. This is likely due to the stack overflow, setting
stack limit might help. The
tqchen closed issue #5594:
URL: https://github.com/apache/incubator-tvm/issues/5594
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
GalMoore opened a new issue #5597:
URL: https://github.com/apache/incubator-tvm/issues/5597
Hey,
I'm trying to install TVM (with LLVM) on new EulerOS aarch64 server.
'Cmake' works fine:
`gal@localhost build]$ cmake ..
-- Build with RPC support...
-- Build with
tqchen commented on a change in pull request #5581:
URL: https://github.com/apache/incubator-tvm/pull/5581#discussion_r425207128
##
File path: python/tvm/contrib/util.py
##
@@ -30,6 +32,32 @@ class TempDirectory(object):
Automatically removes the directory when it went
siju-samuel opened a new pull request #5595:
URL: https://github.com/apache/incubator-tvm/pull/5595
QNN Tutorial series on tflite. Continuation of PRs #5321(PyTorch) &
#5362(MxNet)
This PR can be merged after #5362
@anijain2305 @masahi Please help to review this PR.
wpan11nv commented on a change in pull request #5551:
URL: https://github.com/apache/incubator-tvm/pull/5551#discussion_r425288053
##
File path: src/te/operation/cross_thread_reduction.cc
##
@@ -48,9 +97,18 @@ Stmt MakeCrossThreadReduction(const ComputeOpNode* self,
const
kparzysz-quic opened a new pull request #5598:
URL: https://github.com/apache/incubator-tvm/pull/5598
- Insert alignment assumptions for aligned variables.
- Insert align attributes for function parameters.
This is an
wpan11nv commented on a change in pull request #5551:
URL: https://github.com/apache/incubator-tvm/pull/5551#discussion_r425272357
##
File path: src/te/operation/cross_thread_reduction.cc
##
@@ -48,9 +97,18 @@ Stmt MakeCrossThreadReduction(const ComputeOpNode* self,
const
anijain2305 commented on a change in pull request #5595:
URL: https://github.com/apache/incubator-tvm/pull/5595#discussion_r425316098
##
File path: tutorials/frontend/deploy_prequantized_tflite.py
##
@@ -0,0 +1,244 @@
+# Licensed to the Apache Software Foundation (ASF) under
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/incubator-tvm-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a8e1e78 Build at Thu May 14
This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm-site.git
The following commit(s) were added to refs/heads/master by this push:
new d60217b WebGPU blog (#8)
d60217b
41 matches
Mail list logo