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

[RUNTIME][FFI][BUGFIX] Fix cython FFI compact with np.int64 #6321

Merged
merged 1 commit into from
Aug 22, 2020

Conversation

tqchen
Copy link
Member

@tqchen tqchen commented Aug 21, 2020

Previously np.int64 was not subclass of int, long, but get categorized as a subclass of Number.
The too big value get converted to a double, which causes underflow when converting back to integer.

@tqchen tqchen changed the title [RUNTIME][FFI] Fix cython FFI compact with np.int64 [RUNTIME][FFI][BUGFIX] Fix cython FFI compact with np.int64 Aug 21, 2020
@tqchen
Copy link
Member Author

tqchen commented Aug 21, 2020

cc @mbrookhart @ZihengJiang @yzhliu

Copy link
Contributor

@mbrookhart mbrookhart left a comment

Choose a reason for hiding this comment

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

LGTM, thank you!

Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

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

This is a really interesting finding! Thanks @mbrookhart @tqchen!

@tqchen tqchen merged commit f34e3a8 into apache:master Aug 22, 2020
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Aug 26, 2020
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Aug 26, 2020
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Aug 26, 2020
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Sep 2, 2020
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Sep 3, 2020
@tqchen tqchen deleted the ptrtype branch February 26, 2023 13:54
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.

4 participants