Skip to content

Commit

Permalink
Apply Greg's suggestion.
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Lomuller <victor@codeplay.com>
  • Loading branch information
Naghasan committed Dec 7, 2023
1 parent d2c1a2a commit c93258c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adoc/chapters/device_compiler.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,8 @@ The variable declarations get assigned to an address space depending on their
scope and storage class:

* Namespace scope
** If the type is [code]#const#, the address space of the declaration is
assigned to is implementation-defined.
** If the type is [code]#const#, the declaration is assigned to an
implementation-defined address space.
If the target of the SYCL backend can represent the generic address space,
then the assigned address space must be compatible with the generic address
space.
Expand Down

0 comments on commit c93258c

Please sign in to comment.