# TVM Monthly - April 2019
https://discuss.tvm.ai/t/tvm-monthly-april-2019/2426
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/issues/2623#issuecomment-47260
Ok I have addressed most of the issues, except for `unsigned long long`
complains cpplint is giving on arguments for DPI functions. The reason why I
used this type is because this is the same type used by Verilator when it
compiles 64-bit hardware types to C.
--
You are receiving this because
@jroesch @tmoreau89 please help to review this PR
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/pull/3010#issuecomment-488727075
However, in GetTempAllocaAlignment function, it will reduce alignment / 2 in
while loop. I am worried about this will affect DSP’s rule, it requires 128
bits alignment.
---
[Visit Topic](https://discuss.tvm.ai/t/introducing-hexagon-backend/2421/7) to
respond.
You are receiving this becau