Skip to content

Commit 5144f0f

Browse files
authored
[GPU] L0 doc update (#36585)
### Details: - Level-zero doc update for clarification ### AI Assistance: - *AI assistance used: yes* - sentence was improved with AI. Reviewed by the author.
1 parent 2301e81 commit 5144f0f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/plugins/intel_gpu/docs/gpu_plugin_with_level_zero.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ OpenVINO GPU plugin can be compiled with **experimental** Level Zero support. Wh
1717
3. Find what variant of stream is reported in the logs (`ze_stream` or `ocl_stream`)
1818
- Example output for Level Zero runtime: `ze_stream: [GPU] Created Level Zero stream`
1919
### Without DEBUG_CAPS
20-
* You can check by which library is loaded.
21-
* In Linux, use strace to check which so is loaded
22-
* In Windows, you can use dependency walker
23-
* You can use clintercept to check whether it has OpenCL call or not.
20+
* Check which libraries are loaded at runtime.
21+
* On Linux, use `strace` to confirm that Level Zero libraries are loaded.
22+
* On Windows, use `Process Explorer` to confirm that Level Zero libraries are loaded.
23+
* If you see Level Zero libraries such as `ze_loader.dll` and `ze_intel_gpu64.dll`, Level Zero is in use.
24+
* Use [clintercept](https://github.com/intel/opencl-intercept-layer/tree/main) to check whether any OpenCL calls are made.
25+
* If no OpenCL calls appear, Level Zero is in use.

0 commit comments

Comments
 (0)