You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is strictly not an error. Futhark is complaining that there is an array bounds check that it cannot get rid of, and bounds checking inside parallel sections is not supported. I think the easiest solution is to pass --unsafe to tail2futhark, which will eliminate all bounds checking in generated Futhark code.
Problems with mystery2.apl.bug
The text was updated successfully, but these errors were encountered: