You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "junrushao (via GitHub)" <gi...@apache.org> on 2023/07/10 23:59:07 UTC

[GitHub] [tvm] junrushao opened a new pull request, #15286: Revert "[topi] Add `arm_cpu` specific pooling schedules"

junrushao opened a new pull request, #15286:
URL: https://github.com/apache/tvm/pull/15286

   Reverts apache/tvm#14855


-- 
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-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] ekalda merged pull request #15286: Revert "[topi] Add `arm_cpu` specific pooling schedules"

Posted by "ekalda (via GitHub)" <gi...@apache.org>.
ekalda merged PR #15286:
URL: https://github.com/apache/tvm/pull/15286


-- 
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-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] junrushao commented on pull request #15286: Revert "[topi] Add `arm_cpu` specific pooling schedules"

Posted by "junrushao (via GitHub)" <gi...@apache.org>.
junrushao commented on PR #15286:
URL: https://github.com/apache/tvm/pull/15286#issuecomment-1629894758

   NOTE: #14855 introduces a bug in importing order:
   
   ```
   Traceback (most recent call last):
     File "/root/Projects/tvm-dev/main.py", line 10, in <module>
       from tvm.testing import local_run
     File "/root/Projects/tvm-dev/python/tvm/testing/__init__.py", line 21, in <module>
       from . import auto_scheduler, autotvm
     File "/root/Projects/tvm-dev/python/tvm/testing/auto_scheduler.py", line 20, in <module>
       from tvm import auto_scheduler, te, topi
     File "/root/Projects/tvm-dev/python/tvm/topi/__init__.py", line 51, in <module>
       from . import nn
     File "/root/Projects/tvm-dev/python/tvm/topi/nn/__init__.py", line 35, in <module>
       from .conv3d_transpose import *
     File "/root/Projects/tvm-dev/python/tvm/topi/nn/conv3d_transpose.py", line 21, in <module>
       from tvm import relay
     File "/root/Projects/tvm-dev/python/tvm/relay/__init__.py", line 29, in <module>
       from . import prelude
     File "/root/Projects/tvm-dev/python/tvm/relay/prelude.py", line 21, in <module>
       from tvm.relay.transform import ToANormalFormExpr
     File "/root/Projects/tvm-dev/python/tvm/relay/transform/__init__.py", line 22, in <module>
       from . import fake_quantization_to_integer, mixed_precision
     File "/root/Projects/tvm-dev/python/tvm/relay/transform/fake_quantization_to_integer.py", line 25, in <module>
       from tvm.relay.qnn.op import canonicalizations
     File "/root/Projects/tvm-dev/python/tvm/relay/qnn/__init__.py", line 20, in <module>
       from . import op
     File "/root/Projects/tvm-dev/python/tvm/relay/qnn/op/__init__.py", line 21, in <module>
       from .qnn import *
     File "/root/Projects/tvm-dev/python/tvm/relay/qnn/op/qnn.py", line 26, in <module>
       from tvm.relay.op.nn.utils import get_pad_tuple2d
     File "/root/Projects/tvm-dev/python/tvm/relay/op/__init__.py", line 35, in <module>
       from . import strategy
     File "/root/Projects/tvm-dev/python/tvm/relay/op/strategy/__init__.py", line 24, in <module>
       from . import arm_cpu
     File "/root/Projects/tvm-dev/python/tvm/relay/op/strategy/arm_cpu.py", line 29, in <module>
       from ....topi.arm_cpu.mprofile import dsp
     File "/root/Projects/tvm-dev/python/tvm/topi/arm_cpu/__init__.py", line 33, in <module>
       from . import qnn_alter_op
     File "/root/Projects/tvm-dev/python/tvm/topi/arm_cpu/qnn_alter_op.py", line 25, in <module>
       from ..nn import qnn_conv2d_alter_layout, add_alter_layout, qnn_requantize_alter_layout
   ImportError: cannot import name 'qnn_conv2d_alter_layout' from partially initialized module 'tvm.topi.nn' (most likely due to a circular import) (/root/Projects/tvm-dev/python/tvm/topi/nn/__init__.py)
   ```
   
   This should be relatively easy to fix, but for now, to quickly unblock us from making progress, let's consider a temporary revert


-- 
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-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] tvm-bot commented on pull request #15286: Revert "[topi] Add `arm_cpu` specific pooling schedules"

Posted by "tvm-bot (via GitHub)" <gi...@apache.org>.
tvm-bot commented on PR #15286:
URL: https://github.com/apache/tvm/pull/15286#issuecomment-1629893403

   <!---bot-comment-->
   
   Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @-ing them in a comment.
   
   
   
   <sub>Generated by [tvm-bot](https://github.com/apache/tvm/blob/main/ci/README.md#github-actions)</sub>


-- 
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-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org