Skip to content

Commit

Permalink
[SYCL] Fix XPTI/basic_event_collection_linux failure (intel#14857)
Browse files Browse the repository at this point in the history
The test was expecting 'kernel_name' metadata on an edge_create event
which should not exist

It was still sometimes matching anyway but appears to have been a fluke
and not intended behavior.

Fixes intel#14744
  • Loading branch information
callumfare authored Aug 1, 2024
1 parent 8411a7b commit 495645c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sycl/test-e2e/XPTI/basic_event_collection_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// RUN: %{build} -o %t.out
// RUN: env UR_ENABLE_LAYERS=UR_LAYER_TRACING env XPTI_TRACE_ENABLE=1 env XPTI_FRAMEWORK_DISPATCHER=%xptifw_dispatcher env XPTI_SUBSCRIBERS=%t_collector.so %{run} %t.out | FileCheck %s

// TODO: Reenable, see https://github.com/intel/llvm/issues/14744
// UNSUPPORTED: windows, linux

#include "basic_event_collection.inc"
//
// CHECK: xptiTraceInit: Stream Name = ur
Expand Down Expand Up @@ -41,8 +38,7 @@
// CHECK-NEXT: Edge create
// CHECK-DAG: queue_id : {{.*}}
// CHECK-DAG: event : {{.*}}
// CHECK-DAG: kernel_name : virtual_node[{{.*}}]
// CHECK-NEXT: Task begin
// CHECK: Task begin
// CHECK-DAG: queue_id : {{.*}}
// CHECK-DAG: sym_line_no : {{.*}}
// CHECK-DAG: sym_source_file_name : {{.*}}
Expand Down

0 comments on commit 495645c

Please sign in to comment.