masahi commented on PR #13605:
URL: https://github.com/apache/tvm/pull/13605#issuecomment-1347916560

   > BTW, Could you please add regression tests for Hexagon?
   
   Since we cannot parse a large constant via TVMScript, creating a 
TVMScript-based test case involving constant buffers (`AllocateConst`) is 
difficult or near impossible. But if there is a way to create TensorIR program 
directly from Relay (using `link-params=True` to generate `AllocateConst`), 
then I can probably create a minimum test case for 
`PlanAndUpdateBufferAllocationLocation`.  
   
   I think there is no way to create TensorIR from Relay (via `CreatePrimFunc`) 
directly in Python currently (everything is contained in `TECompiler`). But 
yes, Hexagon tuning keeps breaking due to `AllocateConst` not handled properly 
in PRs, so I'll try to fix this situation. 


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