Skip to content

Commit 36b0f39

Browse files
committed
Add cl_khr_cooperative_matrix to known extensions list
Avoid spurious failures for the new extension while the extension tests themselves are still under review. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
1 parent 7deecbe commit 36b0f39

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test_conformance/compiler/test_compiler_defines_for_extensions.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ const char *known_extensions[] = {
9999
"cl_khr_command_buffer_multi_device",
100100
"cl_khr_external_memory_android_hardware_buffer",
101101
"cl_khr_unified_svm",
102-
"cl_khr_spirv_queries"
102+
"cl_khr_spirv_queries",
103+
"cl_khr_cooperative_matrix",
103104
};
104105
// clang-format on
105106

0 commit comments

Comments
 (0)