Skip to content
Discussion options

You must be logged in to vote

Hi @cadop, my initial look at this indicates that you're running into integer overflows in Warp due to the use of signed integers to store size variables. Note that (220*215)**2 = 2237290000, (215*215)**2=2136750625, and 2**31-1 = 2147483647, which falls between the two values. I (or someone else) will update when we have a fix in.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mmacklin
Comment options

@cadop
Comment options

Answer selected by cadop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants