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 Aug 29, 2024
1 parent 286c500 commit 7bdb11e
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 7bdb11e

Please sign in to comment.