lunar-walker commented on issue #11447:
URL: https://github.com/apache/tvm/issues/11447#issuecomment-1138155746

   I can confirm that compilation went smooth with std::vector suggestion by 
@masahi . For -Wno-deprecated-declaration related errors, i modified 
tvm\cmake\modules\contrib\TensorRT.cmake file and commented out lines similar 
to 
   `set_source_files_properties(${COMPILER_TENSORRT_SRCS} PROPERTIES 
COMPILE_FLAGS "-Wno-deprecated-declarations")`
   
   Compilation went OK, able to install tvm python package and tvmc seems to 
work. Now trying to setup python unittests to verify if everything is OK. You 
may close this issue now.
   Thanks


-- 
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]

Reply via email to