tmoreau89 commented on a change in pull request #6126:
URL: https://github.com/apache/incubator-tvm/pull/6126#discussion_r477024974
##########
File path: vta/runtime/runtime.cc
##########
@@ -329,7 +442,7 @@ class BaseQueue {
// End location of current SRAM write in FIFO mode
uint32_t sram_end_{0};
// The buffer in DRAM
- std::vector<T> dram_buffer_;
+ std::vector<T, AlignmentAllocator<T, 64>> dram_buffer_;
Review comment:
I'm thinking we may want to make 64 a preprocessor constant
----------------------------------------------------------------
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]