We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Futhark program
def numbers: []i32 = [ 100 ] ++ (0..<10) entry main = numbers
gives me the error message
After internalisation: In expression of statement {dim_match_5172 : ({}, bool)} In subexp d₈_4500 Use of unknown variable d₈_4500.
with futhark c from git.
futhark c
The text was updated successfully, but these errors were encountered:
How strange. I remember fixing bugs like this before.
Sorry, something went wrong.
c92651f
Fix diku-dk#2099.
9038989
athas
No branches or pull requests
The Futhark program
gives me the error message
with
futhark c
from git.The text was updated successfully, but these errors were encountered: