MichaelJKlaiber opened a new issue, #12410:
URL: https://github.com/apache/tvm/issues/12410

   Hi everyone,
   
   found a possible issue. 
   When executing a testcase using UMA and generating the test .c files via 
aot.py, it seems that the pointers of the offloaded functions are not in the 
right order.
   Can anyone help?
   
   Thanks,
   Michael
   
   CC: @cgerum @manupa-arm @areusch @lhutton1 @d-smirnov @mehrdadh 
   
   
   ### Expected behavior
   
   Correct execution of provided NN imported from TFLITE file.
   
   ### Actual behavior
   
   Segmentation fault, due to mixed up pointers in generated file.
   In particular: in default_lib2.c the pointers for placeholder_1, placeholder 
are mixed up
   
   ### Environment
   
   Ubuntu 18.04 
   TVM c3c7c4ccc3e3ebb7cc4dbb55e8dde579ac52c949
   
   ### Steps to reproduce
   
   Run tests/python/contrib/test_uma/test_uma_pipeline.py from this branch
   https://github.com/MichaelJKlaiber/tvm/tree/issue/uma-tflite
   
   


-- 
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: commits-unsubscr...@tvm.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to