mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
documentation: update documentation about WaitOnMem
Related-To: GSD-6482 Remove "Known Issues and Limitations" section from documentation of wait and write on memory Signed-off-by: Lu, Wenbin <wenbin.lu@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0c960322f7
commit
5c162e2bd7
@@ -1,6 +1,6 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2022 Intel Corporation
|
||||
Copyright (C) 2022-2023 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
@@ -10,7 +10,6 @@ SPDX-License-Identifier: MIT
|
||||
|
||||
* [Overview](#Overview)
|
||||
* [Definitions](#Definitions)
|
||||
* [Known Issues and Limitations](#Known-Issues-and-Limitations)
|
||||
|
||||
# Overview
|
||||
|
||||
@@ -101,8 +100,3 @@ zex_write_to_mem_desc_t writeDesc = {};
|
||||
uint32_t signalData = 0x2;
|
||||
pfnWriteMemFn(cmdList, &writeDesc, zeBuffer, signalData);
|
||||
```
|
||||
|
||||
# Known Issues and Limitations
|
||||
|
||||
- Hangs may be seen when using BCS for appending memory copy with IPC buffers and if waitOnMemory is performed on any queue (CCS or BCS).
|
||||
- Workaround is to use a barrier after WaitOnMemory and before any subsequent action.
|
||||
|
||||
Reference in New Issue
Block a user