d-smirnov commented on a change in pull request #10189:
URL: https://github.com/apache/tvm/pull/10189#discussion_r832298147
##########
File path: include/tvm/tir/usmp/utils.h
##########
@@ -150,20 +270,25 @@ class BufferInfoAnalysis : public ObjectRef {
struct PoolAllocationNode : public Object {
/*! \brief The assigned PoolInfo object */
PoolInfo pool_info;
+ /*! \brief The byte alignment where the tensor is supposed to be placed
within the pool*/
+ Integer byte_alignment;
Review comment:
replaced with workspace_byte_alignment added to ExecutorCodegenMetadata
--
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]