You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sycl/doc/syclcompat/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ If available, the following extensions extend SYCLcompat functionality:
61
61
62
62
### Hardware Requirements
63
63
64
-
Some of the functionality provided by SYCLcompat relies on Unified Shared Memory (`aspect::usm_device_allocations`), though most of the USM-like memory APIs (malloc*, memcpy*, memset*) support hardware with only buffer/accessor support. See section [Buffer Support](#buffer-support) below.
64
+
Some of the functionalities provided by SYCLcompat rely on Unified Shared Memory (`aspect::usm_device_allocations`), though most of the USM-like memory APIs (malloc*, memcpy*, memset*) support hardware with only buffer/accessor support. See section [Buffer Support](#buffer-support) below.
65
65
66
66
## Usage
67
67
@@ -847,6 +847,7 @@ public:
847
847
848
848
} // syclcompat
849
849
```
850
+
850
851
#### Buffer Support
851
852
852
853
Although SYCLcompat is primarily designed around the Unified Shared Memory
0 commit comments