Files
OpenCL-CTS/test_conformance/extensions
Romaric Jodin 0633af21c1 mutable_command_info: remove unnecessary Skip function (#2498)
The check implementated by that Skip function is already implemented in
'InfoMutableCommandBufferTest::Skip()'.

Also this is trying to get the extension_version before checking whether
the extension is supported, leading to false negative for device not
supporting the extension.
2025-08-20 11:21:46 -07:00
..