Replies: 3 comments 1 reply
-
Maybe this could help:
I kept it running, and finally it crashed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's weird, I'll take a look into it |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seems that it's a bug in LLVM as
compiled with LLVM 14, 15, 16, and 17 (latest) all fail to compile it. I'll see if I can file a bug report In the meantime, using
instead of
works as expected |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note: If I set the size of
arr
and the value ofN
to a lower value, then it worked. The larger the value, the slower it compiles. The largest value I tried, and it worked, was 10000.Beta Was this translation helpful? Give feedback.
All reactions