File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ void enableZeTracing() {
48
48
uint64_t Dummy;
49
49
xpti::payload_t ZePayload (" Level Zero Plugin Layer" );
50
50
GCallEvent =
51
- xptiMakeEvent (" Level Zero Plugin Layer" , &ZePayload, xpti::trace_algorithm_event,
52
- xpti_at::active, &Dummy);
51
+ xptiMakeEvent (" Level Zero Plugin Layer" , &ZePayload,
52
+ xpti::trace_algorithm_event, xpti_at::active, &Dummy);
53
53
54
54
xpti::payload_t ZeDebugPayload (" Level Zero Plugin Debug Layer" );
55
55
GDebugEvent =
@@ -70,7 +70,8 @@ void enableZeTracing() {
70
70
Status = zelTracerCreate (&TracerDesc, &Tracer);
71
71
72
72
if (Status != ZE_RESULT_SUCCESS || Tracer == nullptr ) {
73
- std::cerr << " [WARNING] Failed to create Level Zero tracer: " << Status << " \n " ;
73
+ std::cerr << " [WARNING] Failed to create Level Zero tracer: " << Status
74
+ << " \n " ;
74
75
return ;
75
76
}
76
77
You can’t perform that action at this time.
0 commit comments