Skip to content

Commit

Permalink
add missing kernel enum CLK_UNORM_INT_101010_2
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug authored and alycm committed Jun 24, 2020
1 parent b3e43a4 commit 785a1e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions OpenCL_C.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8916,6 +8916,7 @@ For query functions this may be `read_only`, `write_only` or `read_write`.
`CLK_UNORM_SHORT_565` +
`CLK_UNORM_SHORT_555` +
`CLK_UNORM_INT_101010` +
`CLK_UNORM_INT_101010_2` +
`CLK_SIGNED_INT8` +
`CLK_SIGNED_INT16` +
`CLK_SIGNED_INT32` +
Expand Down
3 changes: 3 additions & 0 deletions env/common_properties.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ channel data types.
| `UnormInt101010`
| `CL_UNORM_INT_101010`

| `UnormInt101010_2`
| `CL_UNORM_INT_101010_2`

| `SignedInt8`
| `CL_SIGNED_INT8`

Expand Down

0 comments on commit 785a1e1

Please sign in to comment.