tkonolige opened a new pull request #10699:
URL: https://github.com/apache/tvm/pull/10699


   Auto scheduler was already rewritting the layouts of inputs to dense, but 
the dense operators was not passed the correct flag to take advantage of these 
inputs. This could cause a crash when the rewritten inputs did not match the 
size expected by dense.
   
   I've also enabled the auto_scheduler layout rewriting tests to run on any 
platforms in `TVM_TEST_TARGETS`. Currently, these tests are not run on arm 
because `TVM_RELAY_TEST_TARGETS` does not include arm and the relay tests are 
not enabled (tracking issue: https://github.com/apache/tvm/issues/10673).
   
   @masahi @mbrookhart 


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