Skip to content

Commit 48011a2

Browse files
committed
bh_arc: throttler: update TBP throttler params to P=0.1, D=0.1
Update TBP throttler PD controller params to P=0.1, D=0.1 based on tuning experiments. Signed-off-by: Petra Alexson <[email protected]>
1 parent 122d14b commit 48011a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tenstorrent/bh_arc/throttler.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ static Throttler throttler[kThrottlerCount] = {
130130
.params = {
131131

132132
.alpha_filter = 1.0,
133-
.p_gain = 0.2,
134-
.d_gain = 0,
133+
.p_gain = 0.1,
134+
.d_gain = 0.1,
135135
}
136136
},
137137
[kThrottlerGDDRThm] = {

0 commit comments

Comments
 (0)