Skip to content

Commit e98a385

Browse files
committed
Update filterbank
1 parent 032a805 commit e98a385

File tree

3 files changed

+130
-144
lines changed

3 files changed

+130
-144
lines changed

Rust/Savina/src/lib/matrix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @author Johannes Hayeß
2525
*/
26-
#![allow(unused)]
26+
#![allow(dead_code)]
2727

2828
use std::ops::Add;
2929
use std::fmt;

Rust/Savina/src/parallelism/Apsp.lf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ reactor ApspFloydWarshallBlock(
8989
}
9090
=}
9191

92+
// @label block_start
9293
reaction(start) -> notify_neighbors {=
9394
// reset local state
9495
self.k = 0;
@@ -238,6 +239,7 @@ main reactor (
238239
print_system_info();
239240
=}
240241

242+
// @label dostart
241243
reaction(runner.start) -> matrix.start {=
242244
// reset local state
243245
self.num_blocks_finished = 0;

0 commit comments

Comments
 (0)