kparzysz-quic commented on pull request #10713: URL: https://github.com/apache/tvm/pull/10713#issuecomment-1076354216
> I noticed this same issue in HAP_compute_res_acquire when running a non-TVM test app under hexagon-sim. Did you try to run it via `runelf.pbn` (i.e. via QuRT in a system emulation)? In application emulation, `hexagon-sim` by itself only has a very basic set of OS services built into it, and the HAP functions are not a part of it. The unexplained magic is setting up two cosims (additional subsystems to simulate): qtimer (a 19.2MHz clock) and l2vic (interrupt controller). The parameters there are the hardware configuration of these subsystems and are pretty much hardwired. -- 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]
