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 2020/03/06 04:23:18 UTC

[GitHub] [incubator-tvm] vegaluisjose opened a new issue #4999: [VTA][Chisel] build in Catalina (OSX)

vegaluisjose opened a new issue #4999: [VTA][Chisel] build in Catalina (OSX)
URL: https://github.com/apache/incubator-tvm/issues/4999
 
 
   Hey @liangfu and @tmoreau89 ,
   
   I was trying to figure out today why building the Chisel backend in VTA is failing in Catalina:
   
   * [This](https://github.com/apache/incubator-tvm/blob/master/vta/hardware/chisel/Makefile#L107) fails if XCode is not installed, maybe we should add another option instead of just checking OS?. Making XCode as a dependency might not be a good idea?
   
   * [This](https://github.com/apache/incubator-tvm/blob/master/vta/hardware/chisel/Makefile#L96) is true if `nproc` is not installed. This is bad because the number of threads won't be a number, making the `Verilator` rule fail later on
   
   * The `sbt` [version](https://github.com/apache/incubator-tvm/blob/master/vta/hardware/chisel/project/build.properties#L20) has to be updated to `1.3.2`. The [chisel template](https://github.com/freechipsproject/chisel-template/blob/release/project/build.properties) has updated that version.
   
   * Update the `chisel-iotesters` [version](https://github.com/apache/incubator-tvm/blob/master/vta/hardware/chisel/build.sbt#L65) to `1.2.4`.
   
   I can do the last two, I don't know what are you thoughts in the first two @liangfu ?
   

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen commented on issue #4999: [VTA][Chisel] build in Catalina (OSX)

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #4999: [VTA][Chisel] build in Catalina (OSX)
URL: https://github.com/apache/incubator-tvm/issues/4999#issuecomment-595981693
 
 
   It would be great if the related discussions are moved to https://discuss.tvm.ai/ :) Please open a new thread there

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen closed issue #4999: [VTA][Chisel] build in Catalina (OSX)

Posted by GitBox <gi...@apache.org>.
tqchen closed issue #4999: [VTA][Chisel] build in Catalina (OSX)
URL: https://github.com/apache/incubator-tvm/issues/4999
 
 
   

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


With regards,
Apache Git Services