We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94e8a7 commit 8be88beCopy full SHA for 8be88be
sycl/doc/extensions/LevelZeroBackend/LevelZeroBackend.md
@@ -156,15 +156,13 @@ size_t freeMemory =
156
Device.get_backend_info<sycl::ext::oneapi::level_zero::info::device::free_memory>();
157
```
158
159
-New descriptors added as part of this specification are found in the table below:
+New descriptors added as part of this specification are described in the table below and in the subsequent synopsis.
160
161
| Descriptor | Description |
162
| ---------- | ----------- |
163
| `sycl::ext::oneapi::level_zero::info::device::free_memory` | Returns the number of bytes of free memory for the device. |
164
165
166
-#### 5.1.1 Free Memory Query Details
167
-
168
``` C++
169
namespace sycl{
170
namespace ext {
0 commit comments