Skip to content

[SYCL] Fix XPTI/basic_event_collection_linux failure #14857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading