Skip to content

Commit

Permalink
[SYCL] Remove unnecessary checks in kernel_bundle_api test (intel/llv…
Browse files Browse the repository at this point in the history
  • Loading branch information
romanovvlad authored Feb 10, 2022
1 parent 6eded74 commit 38a2de0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SYCL/Basic/kernel_bundle/kernel_bundle_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,6 @@ int main() {
sycl::kernel_bundle KernelBundleExecutable =
sycl::get_kernel_bundle<sycl::bundle_state::executable>(Ctx, {Dev},
{Kernel3ID});
// 3 SPIRV images - 3 calls to piextDeviceSelectBinary are expected
// CHECK:---> piextDeviceSelectBinary
// CHECK:---> piextDeviceSelectBinary
// CHECK:---> piextDeviceSelectBinary
// CHECK:---> piProgramCreate
// CHECK-NEXT: <unknown> : {{.*}}
Expand Down

0 comments on commit 38a2de0

Please sign in to comment.