Minor fixes to immediate command list docs

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
Aravind Gopalakrishnan 2022-05-06 11:08:39 +00:00 committed by Compute-Runtime-Automation
parent bcc543f949
commit c0de4fd243
1 changed files with 3 additions and 3 deletions

View File

@ -84,12 +84,12 @@ Launching kernel:
For sync mode immediate command lists, synchronization is performed implicitly, so it is not required to use events to synchronize. For sync mode immediate command lists, synchronization is performed implicitly, so it is not required to use events to synchronize.
For mode code samples, please refer [compute-benchmarks](https://github.com/intel/compute-benchmarks/) repo. Scenarios such as `create_command_list_immediate_l0.cpp` and `execute_command_list_immediate_l0.cpp` serve as good starting points. For more code samples, please refer [compute-benchmarks](https://github.com/intel/compute-benchmarks/) repo. Scenarios such as `create_command_list_immediate_l0.cpp` and `execute_command_list_immediate_l0.cpp` serve as good starting points.
# Availability # Availability
* Level-Zero support for immediate command list is available for all platforms * Level-Zero support for immediate command list is available for all platforms
* Optimized support for immediate command lists is currently available by default on PVC only. * Optimized support for immediate command lists is currently available by default on DG2 and PVC only.
* Immediate command lists support both Compute and Copy engines. * Immediate command lists support both Compute and Copy engines.
# Debug Keys # Debug Keys
@ -101,4 +101,4 @@ For mode code samples, please refer [compute-benchmarks](https://github.com/inte
# References # References
* https://one-api.gitlab-pages.devtools.intel.com/level_zero/core/PROG.html#low-latency-immediate-command-lists * https://one-api.gitlab-pages.devtools.intel.com/level_zero/core/PROG.html#low-latency-immediate-command-lists