mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
pipes: Fix typos in skip messages (#1523)
Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com> Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
committed by
GitHub
parent
28e76e532a
commit
18825769e5
@@ -114,9 +114,8 @@ int test_pipe_subgroups_divergence(cl_device_id deviceID, cl_context context, cl
|
||||
|
||||
if (!is_extension_available(deviceID, "cl_khr_subgroups"))
|
||||
{
|
||||
log_info(
|
||||
"cl_khr_subgroups is not supported on this platoform. Skipping "
|
||||
"test.\n");
|
||||
log_info("cl_khr_subgroups is not supported on this platform. Skipping "
|
||||
"test.\n");
|
||||
return CL_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user