guberti commented on pull request #8504: URL: https://github.com/apache/tvm/pull/8504#issuecomment-893682251
As discussed with Mehrdad, the Sony Spresense SDK (the Arduino board I used for development) has [a bug](https://github.com/sonydevworld/spresense/issues/200) that prevents TVM from compiling. The fix is available on the development branch and will be released in version 2.3.0, but that has not yet occurred. Instead of using a workaround (such as installing from the development branch or cherry-picking the commit), IMO it's better to just test on a different type of board. Commit fe1d4dd replaces the Spresense with the Arduino Due, which is much more popular and works without needing a crazy hack. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
