Skip to content

Commit 06609fc

Browse files
authored
Re-enable test-e2e/Graph/RecordReplay/kernel_bundle.cpp (#14867)
For #14763
1 parent c52a633 commit 06609fc

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

sycl/test-e2e/Graph/Explicit/kernel_bundle.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// Checks the UR call trace to ensure that the bundle kernel of the single task
66
// is used.
77

8-
// CHECK:---> urProgramCreate
8+
// CHECK:---> urProgramCreateWithIL(
99
// CHECK-SAME: .phProgram = {{.*}} ([[PROGRAM_HANDLE1:[0-9a-fA-Fx]+]])
1010

1111
//
12-
// CHECK:---> urProgramBuild
12+
// CHECK:---> urProgramBuildExp(
1313
// CHECK-SAME: .hProgram = [[PROGRAM_HANDLE1]]
1414
//
1515
// CHECK:---> urProgramRetain(.hProgram = [[PROGRAM_HANDLE1]]) -> UR_RESULT_SUCCESS

sycl/test-e2e/Graph/RecordReplay/kernel_bundle.cpp

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
// RUN: %if cuda %{ %{run} %t.out %}
33
// RUN: %if level_zero %{env SYCL_UR_TRACE=1 %{run} %t.out | FileCheck %s --implicit-check-not=LEAK %}
44

5-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14763
6-
// UNSUPPORTED: windows, linux
7-
85
// Checks the UR call trace to ensure that the bundle kernel of the single task
96
// is used.
107

11-
// CHECK:---> urProgramCreate
12-
// CHECK-SAME:, .phProgram = {{.*}} ([[PROGRAM_HANDLE1:[0-9a-fA-Fx]+]])
8+
// CHECK:---> urProgramCreateWithIL(
9+
// CHECK-SAME: .phProgram = {{.*}} ([[PROGRAM_HANDLE1:[0-9a-fA-Fx]+]])
1310
// CHECK-SAME: -> UR_RESULT_SUCCESS;
1411
//
15-
// CHECK:---> urProgramBuild(
12+
// CHECK:---> urProgramBuildExp(
1613
// CHECK-SAME: .hProgram = [[PROGRAM_HANDLE1]]
1714
//
1815
// CHECK:---> urProgramRetain(

0 commit comments

Comments
 (0)