We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc495a commit 3ba307aCopy full SHA for 3ba307a
sycl/unittests/program_manager/DynamicLinking/DynamicLinking.cpp
@@ -416,8 +416,8 @@ void runSpecConstChecksUnlinked(
416
10);
417
EXPECT_EQ(KernelBundle.template get_specialization_constant<SpecConst2>(),
418
20);
419
- // Kernel bundles store spec constant values even if they're not part of any
420
- // images, check image spec const blobs.
+ // Kernel bundles store spec constant values even if they're not part of any
+ // images, check image spec const blobs.
421
std::shared_ptr<sycl::detail::device_image_impl> ImgA =
422
getImage(KernelBundle,
423
sycl::get_kernel_id<DynamicLinkingTest::MutualDepKernelA>());
0 commit comments