We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f641907 commit 716882aCopy full SHA for 716882a
test/conformance/kernel/urKernelGetInfo.cpp
@@ -103,7 +103,8 @@ TEST_P(urKernelGetInfoTest, Attributes) {
103
sizeof(backend), &backend, nullptr));
104
if (backend == UR_PLATFORM_BACKEND_OPENCL ||
105
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.
+ // Older intel drivers don't attach any default attributes and newer
107
+ // ones force walk order to X/Y/Z using special attribute.
108
ASSERT_TRUE(returned_attributes.empty() ||
109
returned_attributes ==
110
"intel_reqd_workgroup_walk_order(0,1,2)");
0 commit comments