Skip to content

Commit c30c098

Browse files
authored
Update sycl/doc/design/DeviceCodeCoverage.md
1 parent 259e666 commit c30c098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/design/DeviceCodeCoverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Each counter is annotated with a unique identifier (`sycl-unique-id`) of the for
1616

1717
The device global infrastructure, as described in [DeviceGlobal.md](DeviceGlobal.md), provides mechanisms for mapping host and device instances of global variables, managing their lifetimes, and facilitating data transfer. Device-side coverage counters are treated as a special class of device globals:
1818

19-
- They use the shared alloation type rather than the device allocation type for the underlying USM memory.
19+
- They use the shared allocation type rather than the device allocation type for the underlying USM memory.
2020
- They do not have corresponding `device_global` declarations in host code.
2121
- Their lifetime and cleanup are managed via the device global map, with integration footer code ensuring registration and deregistration.
2222

0 commit comments

Comments
 (0)