chayliu-ecarx commented on PR #11708:
URL: https://github.com/apache/tvm/pull/11708#issuecomment-2230277373

   hi @adstraw, while building for V66 with hexagon sdk5.5 found the following 
errors:
   hexagon_user_dma_instructions.h:33:48: error: invalid instruction
   inline void dmstart(void* next) { asm volatile(" dmstart(%0)" : : 
"r"(next)); }
   
   hexagon_user_dma_instructions.h:36:16: error: invalid instruction
     asm volatile(" dmlink(%0, %1)" : : "r"(tail), "r"(next));
   


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