NicolaLancellotti commented on PR #13815:
URL: https://github.com/apache/tvm/pull/13815#issuecomment-1403397638

   Ci failed because of a type of punning error, which has been addressed in 
the second commit: 
https://github.com/apache/tvm/pull/13815/commits/9febf6554907338324724fcb9d214cb4d06352c2.
   Now the parameters of the function have the correct type `(int32_t, int16_t, 
int16_t)` instead of `(uint32_t, uint32_t, uint32_t)`, and `memcpy`s have been 
introduced to have a view of the memory of type `int32_t`, which is the type of 
the `__builtin_arm_smla*` builtins.


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