Skip to content

Instantly share code, notes, and snippets.

@bjacob
Created October 5, 2021 15:58
Show Gist options
  • Save bjacob/07eef3581ab350517af750bed995e05a to your computer and use it in GitHub Desktop.
Save bjacob/07eef3581ab350517af750bed995e05a to your computer and use it in GitHub Desktop.
benoitjacob@cloud:~/iree-build-linux$ ./iree/tools/iree-run-trace --driver=dylib /tmp/a.yaml
--- CALL[module.f32_dynamic_identity_2x3_times_identity_3x4_plus_zero_f32] ---
2x4xf32=[1 0 0 0][0 1 0 0]
--- CALL[module.f32_dynamic_random_2x3_times_random_3x4_plus_random_f32] ---
2x4xf32=[9 10 7 18][8 6 3 11]
--- CALL[module.f32_static_random_2x3_times_random_3x4_plus_random_f32] ---
2x4xf32=[14 8 15 15][7 6 8 7]
--- CALL[module.f32_mixed_random_2x3_times_random_3x4_plus_random_f32] ---
2x4xf32=[8 3 4 2][3 4 5 1]
--- CALL[module.f32_dynamic_identity_8x8_times_identity_8x8_plus_zero_f32] ---
8x8xf32=[1 0 0 0 0 0 0 0][0 1 0 0 0 0 0 0][0 0 1 0 0 0 0 0][0 0 0 1 0 0 0 0][0 0 0 0 1 0 0 0][0 0 0 0 0 1 0 0][0 0 0 0 0 0 1 0][0 0 0 0 0 0 0 1]
--- CALL[module.f32_dynamic_random_8x8_times_random_8x8_plus_random_f32] ---
8x8xf32=[15 12 9 4 10 1 8 13][18 11 10 2 11 11 5 7][15 10 13 12 13 12 8 5][20 19 10 14 22 12 8 20][20 8 6 8 19 16 8 10][18 19 10 18 33 27 20 21][10 7 3 3 15 12 10 10][19 13 11 15 13 9 13 13]
--- CALL[module.f32_static_random_8x8_times_random_8x8_plus_random_f32] ---
8x8xf32=[47 31 30 26 46 30 26 8][24 15 14 4 14 20 12 3][21 12 12 14 28 17 10 1][44 24 25 23 36 30 26 6][35 21 17 8 21 28 17 4][36 18 21 5 25 21 16 5][26 16 11 8 20 27 15 5][25 16 20 12 24 14 13 3]
--- CALL[module.f32_mixed_random_8x8_times_random_8x8_plus_random_f32] ---
8x8xf32=[28 32 23 28 33 12 20 36][19 24 21 12 26 6 16 27][15 17 14 10 23 12 15 23][14 18 19 18 15 1 6 16][18 14 16 15 11 7 9 20][27 25 17 21 32 11 21 32][13 10 10 12 6 6 4 16][22 32 23 28 24 14 20 33]
--- CALL[module.i8_dynamic_identity_2x3_times_identity_3x4_plus_zero_i32] ---
2x4xi32=[1 0 0 0][0 1 0 0]
--- CALL[module.i8_dynamic_random_2x3_times_random_3x4_plus_random_i32] ---
2x4xi32=[13 7 3 10][7 -2 5 6]
--- CALL[module.i8_static_random_2x3_times_random_3x4_plus_random_i32] ---
2x4xi32=[6 6 3 9][5 17 7 11]
--- CALL[module.i8_mixed_random_2x3_times_random_3x4_plus_random_i32] ---
2x4xi32=[12 14 21 4][7 9 9 0]
--- CALL[module.i8_dynamic_identity_8x8_times_identity_8x8_plus_zero_i32] ---
8x8xi32=[1 0 0 0 0 0 0 0][0 1 0 0 0 0 0 0][0 0 1 0 0 0 0 0][0 0 0 1 0 0 0 0][0 0 0 0 1 0 0 0][0 0 0 0 0 1 0 0][0 0 0 0 0 0 1 0][0 0 0 0 0 0 0 1]
--- CALL[module.i8_dynamic_random_8x8_times_random_8x8_plus_random_i32] ---
8x8xi32=[24 11 23 33 24 29 36 36][5 3 2 9 5 12 10 12][16 13 24 12 17 19 26 15][18 12 21 22 18 29 35 29][17 13 22 21 19 23 25 26][18 6 18 21 16 18 22 25][16 8 17 22 11 24 27 17][15 7 13 27 18 22 24 25]
--- CALL[module.i8_static_random_8x8_times_random_8x8_plus_random_i32] ---
8x8xi32=[15 18 16 7 15 11 22 13][19 16 21 12 20 10 20 18][16 29 28 15 18 8 19 17][12 14 17 9 13 6 13 11][19 17 22 8 16 10 24 13][10 17 20 14 16 5 16 10][19 22 23 16 23 10 22 18][22 18 20 14 16 7 32 9]
--- CALL[module.i8_mixed_random_8x8_times_random_8x8_plus_random_i32] ---
8x8xi32=[18 9 30 25 22 15 22 29][16 13 18 8 15 11 15 12][25 18 20 13 23 5 28 19][21 14 29 21 23 24 24 23][17 10 21 17 16 16 8 21][12 4 27 21 16 18 24 16][22 15 32 23 29 17 29 23][24 17 21 15 24 13 21 12]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment