Skip to content

Commit

Permalink
Feedback:
Browse files Browse the repository at this point in the history
- Format comment to width 80.
  • Loading branch information
isaacault committed Dec 13, 2024
1 parent 3b039a0 commit ee3046b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/conformance/kernel/urKernelGetInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ TEST_P(urKernelGetInfoTest, Attributes) {
sizeof(backend), &backend, nullptr));
if (backend == UR_PLATFORM_BACKEND_OPENCL ||
backend == UR_PLATFORM_BACKEND_LEVEL_ZERO) {
// Older intel drivers don't attach any default attributes and newer ones force walk order to X/Y/Z using special attribute.
// Older intel drivers don't attach any default attributes and newer
// ones force walk order to X/Y/Z using special attribute.
ASSERT_TRUE(returned_attributes.empty() ||
returned_attributes ==
"intel_reqd_workgroup_walk_order(0,1,2)");
Expand Down

0 comments on commit ee3046b

Please sign in to comment.