Skip to content

Commit

Permalink
Merge pull request #1006 from DYNIO-INTEL/sycl_link_different_device_…
Browse files Browse the repository at this point in the history
…for_sycl_link_test_fix

Fix for `sycl_link_different_device_for_sycl_link` test
  • Loading branch information
bader authored Dec 12, 2024
2 parents 1885927 + 17bf17d commit c28362f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class TEST_NAME : public sycl_cts::util::test_base {
const auto first_simple_kernel_id =
sycl::get_kernel_id<first_simple_kernel>();
auto kernel_bundle = sycl::get_kernel_bundle<sycl::bundle_state::object>(
q.get_context(), {first_simple_kernel_id});
q.get_context(), {q.get_device()}, {first_simple_kernel_id});
vector_with_object_bundles vector_with_kb{kernel_bundle};

expect_throws<sycl::errc::invalid>(
Expand Down

0 comments on commit c28362f

Please sign in to comment.