You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/05/02 22:25:21 UTC

[GitHub] [tvm-vta] tmoreau89 commented on a change in pull request #26: [App][Verilator] change scalar add to parametric-vector-add

tmoreau89 commented on a change in pull request #26:
URL: https://github.com/apache/tvm-vta/pull/26#discussion_r624789600



##########
File path: apps/verilator/add/src/driver.cc
##########
@@ -28,14 +28,14 @@ namespace runtime {
 namespace contrib {
 
 extern "C" VerilatorHandle VerilatorAlloc() {
-  Top *top = new Top;
+  Top* top = new Top;

Review comment:
       Do we currently have these sources running under a linter @vegaluisjose ?




-- 
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:
users@infra.apache.org