Skip to content

Commit b9ab92a

Browse files
authored
[SYCL] Remove unnecessary checks in kernel_bundle_api test (intel#818) (intel#695)
1 parent c127de9 commit b9ab92a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ int main() {
231231
sycl::kernel_bundle KernelBundleExecutable =
232232
sycl::get_kernel_bundle<sycl::bundle_state::executable>(Ctx, {Dev},
233233
{Kernel3ID});
234-
// 3 SPIRV images - 3 calls to piextDeviceSelectBinary are expected
235-
// CHECK:---> piextDeviceSelectBinary
236-
// CHECK:---> piextDeviceSelectBinary
237234
// CHECK:---> piextDeviceSelectBinary
238235
// CHECK:---> piProgramCreate
239236
// CHECK-NEXT: <unknown> : {{.*}}

0 commit comments

Comments
 (0)