Re: [apache/incubator-tvm] [RFC] MISRA-C/C++ Compliant Runtime (#3159)

2019-11-11 Thread Liangfu Chen
@JammyZhou The runtime part is actually OS independent. I refer to Zephyr RTOS as an example of OS that provides MISRA-C compliance. As Zephyr RTOS is designed to be architecture independent, I worked on building the runtime with Zephyr RTOS on top of qemu_x86, so that the complete system would

Re: [apache/incubator-tvm] [Relay][RFC] Resolve cyclic dependency in Closure (#4143)

2019-11-11 Thread Josh Pollock
> Coming from a PL perspective, this is obvious. The solution is in fact _not_ obvious even from a PL perspective. [Xavier Leroy](https://xavierleroy.org/talks/compilation-agay.pdf), famous for his work on OCaml, outlines multiple closure representations including their handling of recursive an

Re: [apache/incubator-tvm] [RFC] Benchmark Performance Log Format WIP (#4304)

2019-11-11 Thread Tianqi Chen
Please share your thoughts about the RFC. this RFC will open for a week, if there are no further comments, we will harden it by bringing it as a part of tvm official document. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[apache/incubator-tvm] [RFC] Benchmark Performance Log Format WIP (#4304)

2019-11-11 Thread anwang2009
# Workload record storage proposal This is a migration and summation of the discussion https://discuss.tvm.ai/t/rfc-benchmark-performance-log-format/4610/15. Please head over there to put in your two cents. This is a WIP issue maintained for visibility. We propose a column-based data storage

Re: [apache/incubator-tvm] [DEV][DRAFT] TVM v0.6 Release candidate (#4259)

2019-11-11 Thread Yizhi Liu
@u99127 Good idea, will add. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-tvm/issues/4259#issuecomment-552540902

Re: [apache/incubator-tvm] [DEV][DRAFT] TVM v0.6 Release candidate (#4259)

2019-11-11 Thread Ramana Radhakrishnan
Should we have a known issues section ? These are some initial thoughts from the top of my head over the last 5 minutes. I am sure that there are more. - Tflite rounding vs tvm rounding causing differences in accuracy and potentially off by 1 errors. For reference https://github.com/apache/in