[GitHub] [tvm] LeshengJin opened a new pull request, #15670: [Unity][Frontend][NN] Enable tuple/list input

2023-09-04 Thread via GitHub
LeshengJin opened a new pull request, #15670: URL: https://github.com/apache/tvm/pull/15670 - Enable tuple/list input for models, with nesting support. - Add GPU schedule Pass when `device` is not cpu. - Correct the order of inputs for JIT execution. -- This is an automated message f

[tvm] branch nightly updated (f9e6018cfe -> 476d9d1d41)

2023-09-04 Thread github-bot
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 f9e6018cfe [Runtime] Make `export_library` parameters after `file_name` keyword-only (#15658) add d75083cd97 [

[GitHub] [tvm] junrushao commented on pull request #15668: [CI] Allow Limit CPUs in Docker

2023-09-04 Thread via GitHub
junrushao commented on PR #15668: URL: https://github.com/apache/tvm/pull/15668#issuecomment-1705762320 CC: @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 comment. To unsu

[GitHub] [tvm] junrushao opened a new pull request, #15668: [CI] Allow Limit CPUs in Docker

2023-09-04 Thread via GitHub
junrushao opened a new pull request, #15668: URL: https://github.com/apache/tvm/pull/15668 This PR adds a new flag `--cpus` in `./docker/bash.sh`, which is passed to docker command that allows limiting the number of CPU cores of a docker container. Related materials: https://docs.do

[GitHub] [tvm] junrushao merged pull request #15662: [Unity][Frontend][NN] Add nn.MultiLinear

2023-09-04 Thread via GitHub
junrushao merged PR #15662: URL: https://github.com/apache/tvm/pull/15662 -- 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

[tvm] branch unity updated: [Unity][Frontend][NN] Add nn.MultiLinear (#15662)

2023-09-04 Thread junrushao
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 4ad3f3389c [Unity][Frontend][NN] Add nn.MultiLinea

[GitHub] [tvm] lhutton1 closed issue #15643: [Bug] [Ethos] apps/microtvm/ethosu/run_demo.sh gets wrong inference result

2023-09-04 Thread via GitHub
lhutton1 closed issue #15643: [Bug] [Ethos] apps/microtvm/ethosu/run_demo.sh gets wrong inference result URL: https://github.com/apache/tvm/issues/15643 -- 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] lhutton1 commented on issue #15643: [Bug] [Ethos] apps/microtvm/ethosu/run_demo.sh gets wrong inference result

2023-09-04 Thread via GitHub
lhutton1 commented on issue #15643: URL: https://github.com/apache/tvm/issues/15643#issuecomment-1705457832 Closing as fixed by #15649 -- 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

[GitHub] [tvm] lhutton1 commented on pull request #15649: Add output_data_sec section in corstone300.ld

2023-09-04 Thread via GitHub
lhutton1 commented on PR #15649: URL: https://github.com/apache/tvm/pull/15649#issuecomment-1705457161 Thanks @toyowata @ashutosh-arm! -- 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

[tvm] branch main updated (d75083cd97 -> 476d9d1d41)

2023-09-04 Thread lukhut
This is an automated email from the ASF dual-hosted git repository. lukhut pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git from d75083cd97 [Relay] Fix an adaptive_max_pool1d operator conversion bug (#15386) add 476d9d1d41 Add output_data_sec sec

[GitHub] [tvm] lhutton1 merged pull request #15649: Add output_data_sec section in corstone300.ld

2023-09-04 Thread via GitHub
lhutton1 merged PR #15649: URL: https://github.com/apache/tvm/pull/15649 -- 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.

[GitHub] [tvm] kparzysz-quic opened a new pull request, #15666: [Module] Implement custom imported modules serialization

2023-09-04 Thread via GitHub
kparzysz-quic opened a new pull request, #15666: URL: https://github.com/apache/tvm/pull/15666 When a module with imported modules is exported into a shared library, the imported modules are serialized and embedded inside of that library. This is done by generating a raw binary from the imp

[GitHub] [tvm] wrongtest-intellif opened a new pull request, #15665: [Arith] Fix detect non-divisible iteration form like (x % 255) // 16

2023-09-04 Thread via GitHub
wrongtest-intellif opened a new pull request, #15665: URL: https://github.com/apache/tvm/pull/15665 Previously, the optimization from `floordiv(floormod(..))` to `floormod(floordiv(..))` do not check the divisibility. Which may create wrong iteration form. The change add a default handling

[GitHub] [tvm] quic-sanirudh opened a new pull request, #15664: [IR] Use structural equal for Range equality

2023-09-04 Thread via GitHub
quic-sanirudh opened a new pull request, #15664: URL: https://github.com/apache/tvm/pull/15664 This PR adds a small change to verify equality of `tvm.ir.Range` as a structural equal. This assumes that in most cases, comparing two `Range`s means to compare its `min` and `extent` as opposed t

[tvm] branch main updated: [Relay] Fix an adaptive_max_pool1d operator conversion bug (#15386)

2023-09-04 Thread echuraev
This is an automated email from the ASF dual-hosted git repository. echuraev 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 d75083cd97 [Relay] Fix an adaptive_max_pool1d operato

[GitHub] [tvm] echuraev merged pull request #15386: [Relay] Fix an adaptive_max_pool1d operator conversion bug

2023-09-04 Thread via GitHub
echuraev merged PR #15386: URL: https://github.com/apache/tvm/pull/15386 -- 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.