You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/30 09:37:24 UTC

[GitHub] [tvm] vvchernov opened a new pull request, #11963: [VM] class Executable exports symbols to dll

vvchernov opened a new pull request, #11963:
URL: https://github.com/apache/tvm/pull/11963

   It continues patch from #11947 
   When using the native C++ API of the `Executable` of `Virtual Machine`, sometimes link error occurred when building the project: `undefined symbols for the Executable`.
   This is due to the fact that these symbols were not exported from `tvm.dll`.
   This patch fixes this issue.
   


-- 
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-unsubscribe@tvm.apache.org

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


[GitHub] [tvm] vvchernov commented on pull request #11963: [VM] class Executable exports symbols to dll

Posted by GitBox <gi...@apache.org>.
vvchernov commented on PR #11963:
URL: https://github.com/apache/tvm/pull/11963#issuecomment-1170995993

   Hello @tmoreau89! I observed new problem on my Windows machine after Alexey's fix, could you see this fix? After that fix the project is built on Windows.


-- 
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-unsubscribe@tvm.apache.org

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


[GitHub] [tvm] tmoreau89 merged pull request #11963: [VM] class Executable does not export symbols to dll

Posted by GitBox <gi...@apache.org>.
tmoreau89 merged PR #11963:
URL: https://github.com/apache/tvm/pull/11963


-- 
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-unsubscribe@tvm.apache.org

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