Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dyniols committed Dec 11, 2024
1 parent eba11b7 commit 17bf17d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class TEST_NAME : public sycl_cts::util::test_base {

sycl::queue q{devices[0]};

const auto first_simple_kernel_id =
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(), {q.get_device()}, {first_simple_kernel_id});
Expand Down

0 comments on commit 17bf17d

Please sign in to comment.