Skip to content

Commit efca951

Browse files
committed
fixup! kernel_if: query streaming control done signal
1 parent cb8d10c commit efca951

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/acl_kernel_if.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1531,8 +1531,10 @@ void acl_kernel_if_update_status(acl_kernel_if *kern) {
15311531
// Tell the host library this job is done
15321532
kern->accel_job_ids[accel_id][next_queue_back] = -1;
15331533

1534-
acl_kernel_if_update_status_finish(kern, accel_id, activation_id,
1535-
printf_size);
1534+
if (!kern->streaming_control_kernel_names[accel_id]) {
1535+
acl_kernel_if_update_status_finish(kern, accel_id, activation_id,
1536+
printf_size);
1537+
}
15361538

15371539
// Executing the following update after reading from performance
15381540
// and efficiency monitors will clobber the throughput reported by

0 commit comments

Comments
 (0)