kparzysz-quic opened a new pull request #9010:
URL: https://github.com/apache/tvm/pull/9010


   `TVMArg` can hold a floating point value, but it's stored as `double`. In 
Hexagon ABI doubles are passed in a register pair, but if the offloaded 
function was using floats (i.e. float32), it will expect values being passed in 
single registers. Since floats are much more common on Hexagon, assume all 
scalar floating point values are floats. This is only an issue with offloading, 
and can be treated as a limitation (we do something analogous for integers 
already).


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