Skip to content

Commit

Permalink
[SW] Add set_eoc() for flamingo related benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
DiyouS committed Dec 18, 2024
1 parent fec273e commit 161c862
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 0 deletions.
Binary file modified hw/system/spatz_cluster/test/bootrom.elf
Binary file not shown.
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-db-fmatmul-4x4vl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ int main() {

// Wait for all cores to finish
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-fdotp/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ int main() {

// Wait for core 0 to finish displaying results
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-fft/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ int main() {

// Wait for core 0 to finish displaying results
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-fmatmul-4x4vl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ int main() {

// Wait for all cores to finish
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-fmatmul-8x2vl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ int main() {

// Wait for all cores to finish
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-fmatmul/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ int main() {

// Wait for all cores to finish
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-mxfmatmul-m4n4k4-b2/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ int main() {

// Wait for all cores finish
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-mxfmatmul-m4n4k4-b4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ int main() {

// Wait for all cores finish
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-mxfmatmul-m4n4k8-b2/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ int main() {

// Wait for all cores finish
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-mxfmatmul-m4n4k8-b4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ int main() {

// Wait for all cores finish
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-mxfmatmul-m8n4k4-b2/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ int main() {

// Wait for all cores finish
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/dp-mxfmatmul-m8n4k4-b4/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ int main() {

// Wait for all cores finish
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}
1 change: 1 addition & 0 deletions sw/spatzBenchmarks/sdotp-bp-fmatmul/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ int main() {

// Wait for all cores to finish
snrt_cluster_hw_barrier();
set_eoc();

return 0;
}

0 comments on commit 161c862

Please sign in to comment.