Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedAmraniAkdi committed May 1, 2024
1 parent 17bb73b commit 3b96da8
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ class KernelClockTest {
bool Skip()
{
cl_device_kernel_clock_capabilities_khr capabilities;
cl_int error = clGetDeviceInfo(
device, CL_DEVICE_KERNEL_CLOCK_CAPABILITIES_KHR,
sizeof(cl_device_kernel_clock_capabilities_khr), &capabilities, NULL);
cl_int error =
clGetDeviceInfo(device, CL_DEVICE_KERNEL_CLOCK_CAPABILITIES_KHR,
sizeof(cl_device_kernel_clock_capabilities_khr),
&capabilities, NULL);
test_error(error,
"Unable to query "
"CL_DEVICE_KERNEL_CLOCK_CAPABILITIES_KHR");
Expand Down

0 comments on commit 3b96da8

Please sign in to comment.