tmoreau89 commented on a change in pull request #5252: [RUNTIME] Initial
implementation of Hexagon runtime support
URL: https://github.com/apache/incubator-tvm/pull/5252#discussion_r404289700
##########
File path: include/tvm/runtime/device_api.h
##########
@@ -47,10 +47,10 @@ enum DeviceAttrKind : int {
};
/*! \brief Number of bytes each allocation must align to */
-constexpr int kAllocAlignment = 64;
+constexpr int kAllocAlignment = 128;
Review comment:
Could there be any issues with increasing the alignment block across all
devices @tqchen
----------------------------------------------------------------
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]
With regards,
Apache Git Services