Skip to content
Snippets Groups Projects
Commit d3907052 authored by Russel Arbore's avatar Russel Arbore
Browse files

whoops

parent f2865cbf
No related branches found
No related tags found
3 merge requests!157Fork fission bufferize,!144Forkify fixes,!142More fork tests, bug fixes in fork passes and GPU backend
Pipeline #201340 failed
......@@ -33,7 +33,7 @@ fn test3(input : i32) -> i32[3, 3] {
let arr2 : i32[3, 3];
for i = 0 to 3 {
for j = 0 to 3 {
arr2[i, j] = arr1[3 - i, 3 - j];
arr2[i, j] = arr1[2 - i, 2 - j];
}
}
let arr3 : i32[3, 3];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment