Skip to content

Commit afe8fc0

Browse files
author
Timmy
committed
enable output result with -p 1 in client
1 parent 4d67a9e commit afe8fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ int main(int argc, char *argv[])
178178
deviceType = CL_DEVICE_TYPE_ALL;
179179
}
180180

181-
if( profileCount > 1 )
181+
if( profileCount >= 1 )
182182
{
183183
commandQueueFlags |= CL_QUEUE_PROFILING_ENABLE;
184184
}

0 commit comments

Comments
 (0)