guberti commented on pull request #8857:
URL: https://github.com/apache/tvm/pull/8857#issuecomment-907508849
From the CI:
```
tests/micro/arduino/test_arduino_workflow.py::test_compile_yes_no_project[due]
/workspace/tests/micro/arduino/workspace_arduino_workflow_due/2021-08-26T18-34-39/project/src/model.c:27:1:
error: unknown type name 'tvm_model_t'
extern tvm_model_t tvmgen_default_network;
^
/workspace/tests/micro/arduino/workspace_arduino_workflow_due/2021-08-26T18-34-39/project/src/model.c:49:61:
error: unknown type name 'DLDevice'
tvm_crt_error_t TVMPlatformMemoryAllocate(size_t num_bytes, DLDevice dev,
void** out_ptr) {
^
/workspace/tests/micro/arduino/workspace_arduino_workflow_due/2021-08-26T18-34-39/project/src/model.c:53:50:
error: unknown type name 'DLDevice'
tvm_crt_error_t TVMPlatformMemoryFree(void* ptr, DLDevice dev) {
^
Error during build: exit status 1
```
--
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]