Skip to content

Commit 9e5c9fa

Browse files
authored
Merge pull request #962 from KhronosGroup/host_concurent
Clarify host concurency access
2 parents 6e20f29 + b6f34fa commit 9e5c9fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

adoc/chapters/programming_interface.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3595,8 +3595,8 @@ Indicates that the device supports explicit USM allocations as described in
35953595
--
35963596
Indicates that the device can access USM memory allocated via
35973597
[code]#usm::alloc::host#.
3598-
The device only supports atomic modification of a host allocation if
3599-
[api]#aspect::usm_atomic_host_allocations# is also supported.
3598+
Concurrent access and atomic modification of a host allocation is only supported
3599+
if [api]#aspect::usm_atomic_host_allocations# is also supported.
36003600
(See <<sec:usm>>.)
36013601
--
36023602

0 commit comments

Comments
 (0)