jwfromm opened a new pull request #7353:
URL: https://github.com/apache/tvm/pull/7353


   Although the loop importer in onnx works for simple cases, it had some 
issues for loops that output and accumulate tensors. This PR adds handling for 
both scalar and tensor outputs and corresponding tests. 
   
   Note that one issue encountered was that an injective schedule was applied 
to concatenate during compilation. Unfortunately, the concat in our loop has 
dynamic shapes which caused an invalid access in the schedule. This PR also 
includes a check to make sure that the shapes of concat's inputs are static 
before trying to vectorize.


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


Reply via email to