3 void copy_summary(int b
[100], int a
[100])
5 for (int i
= 0; i
< 100; ++i
) {
12 __attribute__((pencil_access(copy_summary
)))
14 void copy(int b
[100], int a
[100]);
18 int A
[100][100], B
[100];
20 for (int i
= 0; i
< 100; ++i
)
23 for (int i
= 0; i
< 100; ++i
)
26 for (int i
= 0; i
< 100; ++i
)
27 for (int j
= 0; j
< 100; ++j
)