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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to