Skip to content

Commit

Permalink
test_compiler: add cl_khr_command_buffer_multi_device to recognized…
Browse files Browse the repository at this point in the history
… extensions
  • Loading branch information
franz committed Jun 14, 2024
1 parent a192ccb commit a6a95ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const char *known_extensions[] = {
"cl_khr_external_memory_dma_buf",
"cl_khr_command_buffer",
"cl_khr_command_buffer_mutable_dispatch",
"cl_khr_command_buffer_multi_device"
};

size_t num_known_extensions = ARRAY_SIZE(known_extensions);
Expand Down

0 comments on commit a6a95ce

Please sign in to comment.