You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/core/event.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -683,7 +683,7 @@ class: $xCommandList
683
683
name: AppendQueryKernelTimestamps
684
684
details:
685
685
- "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."
687
687
- "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."
688
688
- "The value(s) written to the destination buffer are undefined if any timestamp event has not been signaled."
689
689
- "If pOffsets is nullptr, then multiple results will be appended sequentially into memory in the same order as phEvents."
0 commit comments