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 2022/03/02 14:19:36 UTC

[GitHub] [tvm] cgerum commented on issue #10309: [Bug] dense.py in matmul tensor_b.shape mismatch after autoscheduler tuning in ARM CPU

cgerum commented on issue #10309:
URL: https://github.com/apache/tvm/issues/10309#issuecomment-1056981200


   This can be solved by changing:  https://github.com/apache/tvm/blob/8f6fa8f2c41406cb54d01647ba8731e4ceb8f4ab/python/tvm/relay/op/strategy/arm_cpu.py#L466     
   
   to: 
   
   ```python
        wrap_compute_dense(topi.nn.dense, need_auto_scheduler_layout=True),
    ```
   This seems to be missing in all implementations for arm_cpu.
    


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