Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indexing error in futhark? #1

Open
melsman opened this issue Oct 7, 2016 · 1 comment
Open

indexing error in futhark? #1

melsman opened this issue Oct 7, 2016 · 1 comment
Assignees
Labels

Comments

@melsman
Copy link
Member

melsman commented Oct 7, 2016

Problems with mystery2.apl.bug

@athas
Copy link
Contributor

athas commented Oct 7, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants