Skip to content

Commit 8eb8312

Browse files
authored
Add 'or' verbage for MAPPED_TIMESTAMP to AppendQuery (#482)
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
1 parent dbdfe36 commit 8eb8312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/core/event.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ class: $xCommandList
683683
name: AppendQueryKernelTimestamps
684684
details:
685685
- "The application must ensure the events are accessible by the device on which the command list was created."
686-
- "The application must ensure the events were created from an event pool that was created using $X_EVENT_POOL_FLAG_KERNEL_TIMESTAMP flag."
686+
- "The application must ensure the events were created from an event pool that was created using $X_EVENT_POOL_FLAG_KERNEL_TIMESTAMP or $X_EVENT_POOL_FLAG_KERNEL_MAPPED_TIMESTAMP flag."
687687
- "The application must ensure the memory pointed to by both dstptr and pOffsets is accessible by the device on which the command list was created."
688688
- "The value(s) written to the destination buffer are undefined if any timestamp event has not been signaled."
689689
- "If pOffsets is nullptr, then multiple results will be appended sequentially into memory in the same order as phEvents."

0 commit comments

Comments
 (0)