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
-- == -- compiled random input { [512][32]i32 } auto output def main [n][m] (xss: [n][m]i32): []i32 = reduce (\(xs: []i32) ys -> loop zs = replicate m 0 for i < m do let zs[i] = xs[i] + ys[i] in zs ) (replicate m 0) xss
Looks to be an error in code generation for non-commutative non-segmented reductions with array operands.
The text was updated successfully, but these errors were encountered:
Fix #2051.
f8e2b7e
5a2e404
athas
No branches or pull requests
Looks to be an error in code generation for non-commutative non-segmented reductions with array operands.
The text was updated successfully, but these errors were encountered: