tmoreau89 commented on a change in pull request #4392: [VTA] Enable streamlined
GEMM execution
URL: https://github.com/apache/incubator-tvm/pull/4392#discussion_r350530077
##########
File path: vta/hardware/chisel/src/main/scala/core/TensorGemm.scala
##########
@@ -61,6 +61,23 @@ class PipeAdder(aBits: Int = 8, bBits: Int = 8) extends
Module {
io.y := add
}
+/** Adder */
Review comment:
Do you mind adding a couple comments here and in Pipelined adder how the
designs differ?
----------------------------------------------------------------
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