Skip to content

Commit

Permalink
Replace "copied back" with "available"
Browse files Browse the repository at this point in the history
Descriptions of accessors elsewhere in the specification say that functions
block "until data is available", as not all implementations of accessors are
guaranteed or required to copy data.
  • Loading branch information
Pennycook committed Nov 9, 2023
1 parent 66488ef commit 9bcbefb
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 @@ -6254,7 +6254,7 @@ There are several different {cpp} classes that implement accessors:

Accessor objects must always be constructed in host code, either in
<<command-group-scope>> or in <<application-scope>>. Whether the constructor
blocks until data has been copied back depends on the type of accessor. Those
blocks until data is available depends on the type of accessor. Those
accessors which provide access to data within a <<command>> do not block.
Instead, these accessors define a requirement which influences the scheduling
of the <<command>>. Those accessors which provide access to data from host
Expand Down

0 comments on commit 9bcbefb

Please sign in to comment.