Skip to content

Commit

Permalink
CLRadeonExtender: CLRXDocs: Add 'rdwr' and 'read_write' access qualif…
Browse files Browse the repository at this point in the history
…ier.
  • Loading branch information
matszpk committed Feb 20, 2018
1 parent c6d0906 commit 857dd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ClrxAsmAmdCl2.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ image types
* type* - pointer to data

Rest of the argument depends on type of the kernel argument. STRUCTSIZE determines size of
structure. ACCESS for image determines can be one of the: `read_only`, `rdonly` or
`write_only`, `wronly`.
structure. ACCESS for image determines can be one of the: `read_only`, `rdonly`,
`write_only`, `wronly` or 'read_write', 'rdwr'.
PTRSPACE determines space where pointer points to.
It can be one of: `local`, `constant` or `global`.
ACCESS for pointers can be: `const`, `restrict` and `volatile`.
Expand Down

0 comments on commit 857dd65

Please sign in to comment.