tmoreau89 commented on a change in pull request #4500: [VTA][Python] 
Instruction Level Metal Test Infrastructure
URL: https://github.com/apache/incubator-tvm/pull/4500#discussion_r356971403
 
 

 ##########
 File path: vta/include/vta/hw_spec.h
 ##########
 @@ -105,18 +105,15 @@ extern "C" {
 // ! \brief On-chip weight buffer depth
 #define VTA_WGT_BUFF_DEPTH (VTA_WGT_BUFF_SIZE / VTA_WGT_ELEM_BYTES)
 /*! log2 of weight micro-op buffer depth */
-#define VTA_LOG_WGT_BUFF_DEPTH \
-    (VTA_LOG_WGT_BUFF_SIZE - VTA_LOG_BLOCK_OUT - VTA_LOG_BLOCK_IN - 
VTA_LOG_WGT_WIDTH + 3)
+#define VTA_LOG_WGT_BUFF_DEPTH (VTA_LOG_WGT_BUFF_SIZE - VTA_LOG_BLOCK_OUT - 
VTA_LOG_BLOCK_IN - VTA_LOG_WGT_WIDTH + 3)
 
 Review comment:
   revert these file changes in this file since line exceeds max character width

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

Reply via email to