Skip to content

Instantly share code, notes, and snippets.

@bjacob
Created November 16, 2021 20:42
Show Gist options
  • Save bjacob/f1e78763b619aedceb808c753ded7e3b to your computer and use it in GitHub Desktop.
Save bjacob/f1e78763b619aedceb808c753ded7e3b to your computer and use it in GitHub Desktop.
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_1x1xi8_times_1x1xi8_into_1x1xi32] ---
--- CALL[module.matmul_1xDYNxi8_times_DYNx1xi8_into_1x1xi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_2x2xi8_times_2x2xi8_into_2x2xi32] ---
--- CALL[module.matmul_2xDYNxi8_times_DYNx2xi8_into_2x2xi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_3x3xi8_times_3x3xi8_into_3x3xi32] ---
--- CALL[module.matmul_DYNx3xi8_times_3x3xi8_into_DYNx3xi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
--- CALL[module.matmul_4x4xi8_times_4x4xi8_into_4x4xi32] ---
--- CALL[module.matmul_4xDYNxi8_times_DYNxDYNxi8_into_4xDYNxi32] ---
--- CALL[module.matmul_DYNxDYNxi8_times_DYNxDYNxi8_into_DYNxDYNxi32] ---
error: the actual and expected result matrices disagree at row 4, column 4.
actual value: 0
expected value: 1
left-hand side (rows 0..4 out of 0..4, columns 0..4 out of 0..4)
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 1 0
0 0 0 0 1
right-hand side (rows 0..4 out of 0..4, columns 0..4 out of 0..4)
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 1 0
0 0 0 0 1
input accumulator (rows 0..4 out of 0..4, columns 0..4 out of 0..4)
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
0 0 0 0 0
expected result (rows 0..4 out of 0..4, columns 0..4 out of 0..4)
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 1 0
0 0 0 0 1💩
actual result (rows 0..4 out of 0..4, columns 0..4 out of 0..4)
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 1 0
0 0 0 0 0💩
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment