Skip to content

Commit 26874a6

Browse files
author
zibai.wang
committed
Removed test comments
1 parent 952b4d4 commit 26874a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/acl_kernel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,8 @@ static int l_init_kernel(cl_kernel kernel, cl_program program,
24192419
// Check if there are printfs in the kernel
24202420
kernel->printf_device_buffer = 0; // Default is none.
24212421
kernel->printf_device_ptr = 0; // Default is none.
2422-
// Zibai Testing
2422+
// Keep track of already processed buffer size
2423+
// It will be reset when the buffer is full and dumped.
24232424
kernel->processed_printf_buffer_size = 0;
24242425
if (!accel_def->printf_format_info.empty()) {
24252426
auto gmem_idx = static_cast<size_t>(

0 commit comments

Comments
 (0)