areusch commented on pull request #7786:
URL: https://github.com/apache/tvm/pull/7786#issuecomment-812663737


   @mehrdadh ah that's right, can't override the CI even though we're quite 
sure this won't break. I think the easiest way around this is to try and fix 
the build error. I think the issue is `k_heap_aligned_alloc` doesn't exist in 
2.4.0; turns out, we don't need to use that because the 
[docs](https://github.com/zephyrproject-rtos/zephyr/blob/5fa12073cb517becba593aecc7229fe02220ef29/include/sys/sys_heap.h#L74)
 for `sys_heap_alloc` say:
   
   ```
   The allocated memory is guaranteed to have a starting
    * address which is a multiple of sizeof(void *).  If a bigger alignment
    * is necessary then sys_heap_aligned_alloc() should be used instead.
    *
   ```
   
   so, want to try changing to `k_heap_alloc` and see if it passes?


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to