Commit fccf1e0
committed
cl_khr_command_buffer_mutable_dispatch: fix incorrect logic in Skip check
the test checks 'cl_khr_extended_versioning' then immediately calls:
get_extension_version(device, "cl_khr_command_buffer_mutable_dispatch");
.. however, get_extension_version throws an exception when called
with unsupported extension.1 parent 10130a1 commit fccf1e0
1 file changed
Lines changed: 3 additions & 1 deletion
File tree
- test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
135 | | - | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
0 commit comments