Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 19e18ce

Browse files
authored
[SYCL] Remove unnecessary checks in kernel_bundle_api test (#818)
1 parent 3cb8f72 commit 19e18ce

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)