Skip to content

Commit

Permalink
Merge pull request #716 from Pennycook/marray-size
Browse files Browse the repository at this point in the history
Fix definition of marray::size()
  • Loading branch information
gmlueck authored Feb 13, 2025
2 parents 768e913 + f9bfada commit 7499fc7
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 @@ -19525,7 +19525,7 @@ a@
----
static constexpr std::size_t size() noexcept
----
a@ Returns the size of this SYCL [code]#marray# in bytes.
a@ Returns the number of elements in this SYCL [code]#marray# (i.e., [code]#NumElements#).

a@
[source]
Expand Down

0 comments on commit 7499fc7

Please sign in to comment.