wrongtest edited a comment on issue #4459: [RUNTIME] Implement 
TVMDSOOp(TensorFlow custom op) for TVM runtime
URL: https://github.com/apache/incubator-tvm/pull/4459#issuecomment-601030991
 
 
   We finally manage to put some files into directory apps/tf_tvmdsoop, where 
we provide:
   - PyTest script
   
   - A minimal op-only build script since USE_TF_TVMDSOOP is OFF for current CI 
build
   
   - An entrance script which will be invoked by task_python_integration.sh
   
   Now it can be tested during CI GPU build phase (I found TensorFlow is not 
installed in CPU build image). However, I stuck on the next problem:
   
   - The TensorFlow installed is built with _GLIBCXX_USE_CXX11_ABI=0.
   
   - The TVM build in CI image seem to be built with CXX11 ABI enabled.
   
   -  Both link to libtensorflow_framework and libtvm lead to symbol 
resolvation errors in CI test.
   
   -  General users may also get failure due to their TVM/TensorFlow's version.
   
   Any thoughts/suggestions for that? @zhiics @tobegit3hub  @tqchen

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to