Skip to content

Commit e28a4ec

Browse files
Add new return code to zeCommandListAppendMemoryFill (#419)
Handling of ptr alignment, that's already mentioned in the description. Signed-off-by: Tomasz Biernacik <tomasz.biernacik@intel.com>
1 parent ad1d13f commit e28a4ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/core/copy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ params:
9696
desc: "[in][optional][range(0, numWaitEvents)] handle of the events to wait on before launching"
9797
returns:
9898
- $X_RESULT_ERROR_INVALID_SYNCHRONIZATION_OBJECT
99+
- $X_RESULT_ERROR_UNSUPPORTED_ALIGNMENT
99100
- $X_RESULT_ERROR_INVALID_SIZE:
100101
- "`(nullptr == phWaitEvents) && (0 < numWaitEvents)`"
101102
--- #--------------------------------------------------------------------------

0 commit comments

Comments
 (0)