> This looks great. As mentioned above it potentially fits well with uTVM. For 
> use with uTVM it would be useful to have this runtime or a derivative built 
> in C rather than C++ in order to be deployable to the various embedded 
> environments out there that don't have C++ runtime / tooling support.

@mshawcroft oh interesting - yeah, I started off with a pure C API 
(https://github.com/dmlc/tvm/pull/3567/files#diff-cf8621d821243d3ba906f0d9154abcea),
 but internally it's implemented with C++ (although it's deliberately designed 
to be compiled with -fno-rtti, -fno-exceptions, etc) - is the constraint that 
any use of C++ makes this unsuitable for embedded environments? 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/dmlc/tvm/pull/3567#issuecomment-512922632

Reply via email to