Skip to content

Commit 8be88be

Browse files
committed
Suggested edits
Signed-off-by: James Brodman <[email protected]>
1 parent d94e8a7 commit 8be88be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/doc/extensions/LevelZeroBackend/LevelZeroBackend.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,13 @@ size_t freeMemory =
156156
Device.get_backend_info<sycl::ext::oneapi::level_zero::info::device::free_memory>();
157157
```
158158

159-
New descriptors added as part of this specification are found in the table below:
159+
New descriptors added as part of this specification are described in the table below and in the subsequent synopsis.
160160

161161
| Descriptor | Description |
162162
| ---------- | ----------- |
163163
| `sycl::ext::oneapi::level_zero::info::device::free_memory` | Returns the number of bytes of free memory for the device. |
164164

165165

166-
#### 5.1.1 Free Memory Query Details
167-
168166
``` C++
169167
namespace sycl{
170168
namespace ext {

0 commit comments

Comments
 (0)