Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt tVM for Windows #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adopt tVM for Windows #8

wants to merge 1 commit into from

Conversation

samolisov
Copy link

The following changes updates tVM for Windows and allow building and
using tVM on this OS:

  • DLL Exports are defined in the include/tvm/Visibility.hpp, core
    classes from tVM are marked as 'TVM_API'

  • Exceptions are enabled (the '/EHsc' parameter has been added)

  • Two string manipulation methods: and are defined.

Signed-off-by: Pavel Samolysov [email protected]

The following changes updates tVM for Windows and allow building and
using tVM on this OS:
 - DLL Exports are defined in the include/tvm/Visibility.hpp, core
   classes from tVM are marked as 'TVM_API'

 - Exceptions are enabled (the '/EHsc' parameter has been added)

 - Two string manipulation methods: and are defined.

Signed-off-by: Pavel Samolysov <[email protected]>
@Leonardo2718 Leonardo2718 requested a review from nbhuiyan October 11, 2019 13:54
@nbhuiyan nbhuiyan self-assigned this Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants