aboutsummaryrefslogtreecommitdiff
path: root/test_conformance/subgroups/test_queries.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test_conformance/subgroups/test_queries.cpp')
-rw-r--r--test_conformance/subgroups/test_queries.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test_conformance/subgroups/test_queries.cpp b/test_conformance/subgroups/test_queries.cpp
index 761ca7a6..6b940935 100644
--- a/test_conformance/subgroups/test_queries.cpp
+++ b/test_conformance/subgroups/test_queries.cpp
@@ -100,7 +100,7 @@ int test_sub_group_info(cl_device_id device, cl_context context,
subgroupsApiSet.clGetKernelSubGroupInfo_ptr();
if (clGetKernelSubGroupInfo_ptr == NULL)
{
- log_error("ERROR: %s function not available",
+ log_error("ERROR: %s function not available\n",
subgroupsApiSet.clGetKernelSubGroupInfo_name);
return TEST_FAIL;
}
@@ -112,7 +112,7 @@ int test_sub_group_info(cl_device_id device, cl_context context,
if (error != CL_SUCCESS)
{
log_error("ERROR: %s function error for "
- "CL_KERNEL_MAX_SUB_GROUP_SIZE_FOR_NDRANGE",
+ "CL_KERNEL_MAX_SUB_GROUP_SIZE_FOR_NDRANGE\n",
subgroupsApiSet.clGetKernelSubGroupInfo_name);
return TEST_FAIL;
}
@@ -133,7 +133,7 @@ int test_sub_group_info(cl_device_id device, cl_context context,
if (error != CL_SUCCESS)
{
log_error("ERROR: %s function error "
- "for CL_KERNEL_SUB_GROUP_COUNT_FOR_NDRANGE",
+ "for CL_KERNEL_SUB_GROUP_COUNT_FOR_NDRANGE\n",
subgroupsApiSet.clGetKernelSubGroupInfo_name);
return TEST_FAIL;
}
@@ -209,4 +209,4 @@ int test_sub_group_info_ext(cl_device_id device, cl_context context,
}
return test_sub_group_info(device, context, queue, num_elements, false);
-} \ No newline at end of file
+}