(tvm) branch main updated: [Relay][FQ2I]: Use appropriate dtype while quantizing relay.op.nn.pad… (#17177)

2024-07-21 Thread sanirudh
This is an automated email from the ASF dual-hosted git repository. sanirudh 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 e5bf56d1f4 [Relay][FQ2I]: Use appropriate dtype while

Re: [PR] [Relay][FQ2I]: Use appropriate dtype while quantizing relay.op.nn.pad… [tvm]

2024-07-21 Thread via GitHub
quic-sanirudh merged PR #17177: URL: https://github.com/apache/tvm/pull/17177 -- 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.ap

[PR] [Relax][PyTorch] Add support for torch.permute [tvm]

2024-07-21 Thread via GitHub
mshr-h opened a new pull request, #17184: URL: https://github.com/apache/tvm/pull/17184 Fix #17183 cc @tqchen @Hzfengsy @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 spec

[I] [Bug] pytorch relax frontend failed to import models with torch.permute [tvm]

2024-07-21 Thread via GitHub
mshr-h opened a new issue, #17183: URL: https://github.com/apache/tvm/issues/17183 ### Environment - TVM@3c7adf - PyTorch v2.3.1 ### Steps to reproduce repro ```python import torch import torch.fx from tvm.relax.frontend.torch import from_fx def

Re: [I] [VOTE] Release Apache TVM v0.17.0.rc0 [tvm]

2024-07-21 Thread via GitHub
mshr-h commented on issue #17179: URL: https://github.com/apache/tvm/issues/17179#issuecomment-2241957606 +1 -- 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,

[PR] [Disco] Implement SocketSession [tvm]

2024-07-21 Thread via GitHub
vinx13 opened a new pull request, #17182: URL: https://github.com/apache/tvm/pull/17182 Implements SocketSession that connects multiple local worker processes/threads over multiple distributed nodes via TCP socket. cc @tqchen @cyx-6 -- This is an automated message from the Apache

svn commit: r70452 - in /dev/tvm/tvm-v0.17.0-rc0: ./ apache-tvm-src-v0.17.0.rc0.tar.gz apache-tvm-src-v0.17.0.rc0.tar.gz.asc apache-tvm-src-v0.17.0.rc0.tar.gz.sha512

2024-07-21 Thread ysh329
Author: ysh329 Date: Sun Jul 21 14:50:53 2024 New Revision: 70452 Log: Update v0.17.0.rc0 Added: dev/tvm/tvm-v0.17.0-rc0/ dev/tvm/tvm-v0.17.0-rc0/apache-tvm-src-v0.17.0.rc0.tar.gz (with props) dev/tvm/tvm-v0.17.0-rc0/apache-tvm-src-v0.17.0.rc0.tar.gz.asc (with props) dev/tvm/t

svn commit: r70451 - /dev/tvm/tvm-v0.17.0-rc0/

2024-07-21 Thread ysh329
Author: ysh329 Date: Sun Jul 21 14:45:59 2024 New Revision: 70451 Log: [RC] Delete Wrong 0.17.0.rc0 Removed: dev/tvm/tvm-v0.17.0-rc0/

[PR] [Disco] Group allreduce and allgather [tvm]

2024-07-21 Thread via GitHub
cyx-6 opened a new pull request, #17180: URL: https://github.com/apache/tvm/pull/17180 This PR introduces the group attribute into Disco, so that group wise allreduce and allgather is enabled. cc: @MasterJH5574 @vinx13 -- This is an automated message from the Apache Git Service. T

Re: [I] [VOTE] Release Apache TVM v0.17.0.rc0 [tvm]

2024-07-21 Thread via GitHub
ysh329 commented on issue #17179: URL: https://github.com/apache/tvm/issues/17179#issuecomment-2241557958 ## Check download ## Check asc & sha512 ## Check binary in source code ## Compile and Python Import on Linux -- This is an automated message from the Apach