Lunderberg opened a new pull request #10710:
URL: https://github.com/apache/tvm/pull/10710


   `CodeGenLLVM::CreatePrintf` is a debug function for injecting `printf` calls 
into the generated code.  `CodeGenHexagon` inherits from `CodeGenLLVM`, but 
debug messages sent through `printf` calls do not make it back across the RPC 
server.  Instead, the `FARF` preprocess macro provided from the Hexagon SDK 
should be used.  This implementation of `CodeGenHexagon::CreatePrintf` 
generates the same `HAP_debug_v2` function call as would be generated by the 
`FARF` preprocessor macro, using the `ALWAYS` print level.


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