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

Fix Windows build #3429

Merged
merged 1 commit into from
Jun 27, 2019
Merged

Fix Windows build #3429

merged 1 commit into from
Jun 27, 2019

Conversation

aksarben09
Copy link
Contributor

  • uint -> uint32_t to match the type of ndim
  • removing Bind() in expr_functor.h since it appears to be a duplicate of the same function in pass.h. It is better to only keep one declaration. However, they do have different doc strings. Therefore, I think it would be great if one of the authors can confirm and suggest how the doc strings should be merged.

@MarisaKirisame
Copy link
Contributor

@ritsu1228 the one in expr_functor.h is the correct one, however imo it should be in pass.h. Can you move the docstring to pass.h, and delete instead of uncomment?

* uint -> uint32_t to match the type of ndim
* removing Bind() in expr_functor.h since it
  appears to be a duplicate of the same function in pass.h
* moving docstring of Bind() from expr_functor.h to pass.h
@aksarben09
Copy link
Contributor Author

@MarisaKirisame Thanks for confirming. Moved docstring to pass.h and removed the declaration in expr_functior.h.

Copy link
Contributor

@MarisaKirisame MarisaKirisame left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tqchen tqchen merged commit 50f4c1d into apache:master Jun 27, 2019
@tqchen
Copy link
Member

tqchen commented Jun 27, 2019

Thanks, @ritsu1228 , this PR is now merged

wweic pushed a commit to wweic/tvm that referenced this pull request Jun 28, 2019
wweic pushed a commit to neo-ai/tvm that referenced this pull request Jun 30, 2019
@aksarben09 aksarben09 deleted the windows-fix branch December 17, 2019 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants