You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/22 08:00:25 UTC

[GitHub] [tvm] bernhardklein opened a new issue #7909: [arm_cpu] bitserial conv2d TOPI schedule does not support post elementwise ops

bernhardklein opened a new issue #7909:
URL: https://github.com/apache/tvm/issues/7909


   The **bitserial conv2d** nhwc operator is not working if the next operation is **elementwise**, for example if the next operation is a ReLU.
   Corresponding [tvm discussion thread](https://discuss.tvm.apache.org/t/arm-bitserial-bug-cryptic-error-message/9757?u=bernhardklein)
   
   @comaniac pointed out that in the [TOPI schedule](https://github.com/apache/tvm/blob/main/python/tvm/topi/arm_cpu/bitserial_conv2d.py#L350-L443) the corresponding decision seems missing. In contrast for the [bitserial dense TOPI schedule](https://github.com/apache/tvm/blob/main/python/tvm/topi/arm_cpu/bitserial_dense.py#L190) a check for elemwise tag is included and the example snippet works with it.
   
   Attached files:
   [python snippet to reproduce the error](https://github.com/apache/tvm/files/6356509/tvm-bitserial-operator-issue.txt)
   [full error message](https://github.com/apache/tvm/files/6356503/error.txt)
   
   
   


-- 
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.

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



[GitHub] [tvm] tqchen commented on issue #7909: [arm_cpu] bitserial conv2d TOPI schedule does not support post elementwise ops

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #7909:
URL: https://github.com/apache/tvm/issues/7909#issuecomment-826800570


   cc @jwfromm 


-- 
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.

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



[GitHub] [tvm] jwfromm commented on issue #7909: [arm_cpu] bitserial conv2d TOPI schedule does not support post elementwise ops

Posted by GitBox <gi...@apache.org>.
jwfromm commented on issue #7909:
URL: https://github.com/apache/tvm/issues/7909#issuecomment-827218332


   fixed in #7929 


-- 
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.

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



[GitHub] [tvm] tqchen closed issue #7909: [arm_cpu] bitserial conv2d TOPI schedule does not support post elementwise ops

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #7909:
URL: https://github.com/apache/tvm/issues/7909


   


-- 
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.

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