Commit 286e10f
authored
Fix typo (KhronosGroup#321)
`CL_KHR_COMMAND_BUFFER_VERSION` is incorrect, should be
`CL_KHR_COMMAND_BUFFER_EXTENSION_VERSION` instead, which is defined in
`CL/cl_ext.h`. This fixes a compilation error seen with `-Wundef` and
`-Werror`.
Signed-off-by: Ahmed Hesham <ahmed.hesham@arm.com>1 parent 9a852f4 commit 286e10f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1867 | 1867 | | |
1868 | 1868 | | |
1869 | 1869 | | |
1870 | | - | |
| 1870 | + | |
1871 | 1871 | | |
1872 | 1872 | | |
1873 | 1873 | | |
| |||
0 commit comments