[Apache TVM Discuss] [Development/pre-RFC] [pre-RFC] C Device API

2021-08-30 Thread Andrew Reusch via Apache TVM Discuss
@mousius Thanks for this important RFC. I'd like to approach this from the other way around: what parts of device configuration does it make sense for TVM to involve itself with, and which parts don't necessitate any binding between TVM runtime and device control? In this framework you can alm

[Apache TVM Discuss] [Development/pre-RFC] [pre-RFC] C Device API

2021-08-24 Thread Christopher Sidebottom via Apache TVM Discuss
CC: @manupa-arm @grant-arm @areusch @stoa @MJKlaiber --- [Visit Topic](https://discuss.tvm.apache.org/t/pre-rfc-c-device-api/10874/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/em

[Apache TVM Discuss] [Development/pre-RFC] [pre-RFC] C Device API

2021-08-24 Thread Christopher Sidebottom via Apache TVM Discuss
# Summary [summary]: #summary I want to write an RFC to provide an API which can be used by the C runtime to abstract the variety of driver APIs for different platforms. This is specifically catering towards RTOS abstractions for embedded device drivers. # Motivation [motivation]: #motivation