Replies: 1 comment
-
This issue seems to be related to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, lately I've been seeing the constant folding warning much more frequently and I was wondering what could cause it (code is run on GPU).
The error message:
Looking at following example, I am able to get the warning when I
jit
the outer most function. AFAIKlax.scan
should be fair game to compile. However, if instead I compile only the inner function, I do not get the message but the same performance after compilation.Code with warning message:
output:
code without (and same performance)
output:
and if you need to run it
Is there something I should be aware when compiling
scan
?Beta Was this translation helpful? Give feedback.
All reactions