Skip to content

Commit ee3046b

Browse files
committed
Feedback:
- Format comment to width 80.
1 parent 3b039a0 commit ee3046b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/conformance/kernel/urKernelGetInfo.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ TEST_P(urKernelGetInfoTest, Attributes) {
103103
sizeof(backend), &backend, nullptr));
104104
if (backend == UR_PLATFORM_BACKEND_OPENCL ||
105105
backend == UR_PLATFORM_BACKEND_LEVEL_ZERO) {
106-
// Older intel drivers don't attach any default attributes and newer ones force walk order to X/Y/Z using special attribute.
106+
// Older intel drivers don't attach any default attributes and newer
107+
// ones force walk order to X/Y/Z using special attribute.
107108
ASSERT_TRUE(returned_attributes.empty() ||
108109
returned_attributes ==
109110
"intel_reqd_workgroup_walk_order(0,1,2)");

0 commit comments

Comments
 (0)