Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 7991de8

Browse files
[SYCL] update trace for intel/llvm#5543 (#841)
1 parent d7452a5 commit 7991de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SYCL/Plugin/level_zero_device_scope_events.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// MODE1-LABEL: Submitted all kernels
1313
// MODE1: ---> piEventsWait(
1414
// MODE1-NEXT: <unknown> : 1
15-
// MODE1: PI ---> EventCreate(Context, true, &HostVisibleEvent)
15+
// MODE1: PI ---> EventCreate(Queue->Context, Queue, ForceHostVisible
1616
// MODE1: ZE ---> zeEventCreate(ZeEventPool, &ZeEventDesc, &ZeEvent)
1717
// MODE1: ZE ---> zeCommandListAppendWaitOnEvents(CommandList->first, 1,
1818
// &ZeEvent) MODE1-NEXT: ZE --->
@@ -22,14 +22,14 @@
2222
// With the SYCL_PI_LEVEL_ZERO_DEVICE_SCOPE_EVENTS=2 mode look for pattern that
2323
// creates host-visible event just before command-list submission.
2424
//
25-
// MODE2: PI ---> EventCreate(Context, true, &HostVisibleEvent)
25+
// MODE2: PI ---> EventCreate(Queue->Context, Queue, ForceHostVisible
2626
// MODE2: ZE ---> zeEventCreate(ZeEventPool, &ZeEventDesc, &ZeEvent)
2727
// MODE2: ZE ---> zeCommandListAppendSignalEvent(CommandList->first,
2828
// HostVisibleEvent->ZeEvent) MODE2: ZE --->
2929
// zeCommandListClose(CommandList->first) MODE2: ZE --->
3030
// zeCommandQueueExecuteCommandLists(ZeCommandQueue, 1, &ZeCommandList,
3131
// CommandList->second.ZeFence)
32-
//
32+
///
3333
#include <CL/sycl.hpp>
3434

3535
int main(int argc, char **argv) {

0 commit comments

Comments
 (0)