Replies: 1 comment 2 replies
-
JIT mode checks to see if the output is too small, and if so computes a bigger output and returns a crop of it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With this schedule :
When I JIT compile for testing over an image with size smaller than the tile size of 64,64 it passes.
When I AOT and use the function call on the same image I get an error(crash and burn).
It's logic, I guess, that it doesn't work when the tile size is bigger than the full image size, but I would expect that with JIT it would produce a similar error, which it doesn't.
I'm just looking for the logical explanation why or why not... so, anybody? :)
Beta Was this translation helpful? Give feedback.
All reactions