Skip to content

Commit

Permalink
Merge pull request #554 from VerenaBeckham/verena/missing_close_parens
Browse files Browse the repository at this point in the history
Insert missing closing parenthesis.
  • Loading branch information
gmlueck authored May 21, 2024
2 parents 90a6694 + f92e997 commit f2aa42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ info::device::half_fp_config
as addition, subtraction, multiplication) are implemented in software.

If half precision is supported by this SYCL [code]#device# (i.e. the
[code]#device# has [code]#aspect::fp16# there is no minimum floating-point
[code]#device# has [code]#aspect::fp16#) there is no minimum floating-point
capability.
If half support is not supported the returned [code]#std::vector# must be empty.
--
Expand Down

0 comments on commit f2aa42f

Please sign in to comment.