Skip to content

Commit dbcdf2e

Browse files
committed
Update test target (logging multicore_cc)
Signed-off-by: Lukasz Stafiniak <lukstafi@gmail.com>
1 parent edd537a commit dbcdf2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/micrograd_demo_logging-multicore_cc-0-0.log.expected

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
float *a &[1] = 0000022c648e3570
2-
float *a_grad &[1] = 0000022c648e3580
3-
float *b &[1] = 0000022c648e3590
4-
float *b_grad &[1] = 0000022c648e3560
5-
float *g &[1] = 0000022c648e3540
1+
float *a &[1] = 0xNNNN
2+
float *a_grad &[1] = 0xNNNN
3+
float *b &[1] = 0xNNNN
4+
float *b_grad &[1] = 0xNNNN
5+
float *g &[1] = 0xNNNN
66
COMMENT: g gradient update
77
COMMENT: g fwd
88
# n4_c[0] := (a[0] + b[0]);

0 commit comments

Comments
 (0)