Fixed kernel loops in leading to slower performance in --increment mode

This commit is contained in:
jsteube
2016-12-15 13:19:10 +01:00
parent 0d31ee3b53
commit 72599fd109
3 changed files with 9 additions and 1 deletions
+2
View File
@@ -861,6 +861,8 @@ typedef struct hc_device_param
u32 kernel_accel;
u32 kernel_loops_min;
u32 kernel_loops_max;
u32 kernel_loops_min_sav; // the _sav are required because each -i iteration
u32 kernel_loops_max_sav; // needs to recalculate the kernel_loops_min/max based on the current amplifier count
u32 kernel_accel_min;
u32 kernel_accel_max;
u32 kernel_power;