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 cf8c1e3 commit c954ef0Copy full SHA for c954ef0
sycl/unittests/program_manager/SubDevices.cpp
@@ -189,6 +189,7 @@ TEST(SubDevices, BuildProgramForSubSubDevices) {
189
buildCallCount = 0;
190
sycl::detail::ProgramManager::getInstance().getBuiltURProgram(
191
*sycl::detail::getSyclObjImpl(Ctx), SubSub1,
192
+ sycl::detail::KernelInfo<TestKernel>::getName());
193
194
*sycl::detail::getSyclObjImpl(Ctx), SubSub2,
195
sycl::detail::KernelInfo<TestKernel>::getName());
0 commit comments