You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/08/24 15:18:55 UTC

[GitHub] [tvm] jwfromm commented on pull request #12564: [Runtime] Change default alignment to 64 bytes.

jwfromm commented on PR #12564:
URL: https://github.com/apache/tvm/pull/12564#issuecomment-1225868836

   @kparzysz-quic Fortunately Hexagon does use its own target specific alignment `kHexagonAllocAlignment`, so it would not be affected by this change. For other hardware targets like cuda, we could do something similar where we define `k{TARGET}AllocAlignment` in `src/runtime/{TARGET}/{TARGET}_common.h` and use `kAllocAlignment` as a fallback default.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org