File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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(
You can’t perform that action at this time.
0 commit comments