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 c954ef0 commit 2687953Copy full SHA for 2687953
sycl/source/detail/program_manager/program_manager.cpp
@@ -857,7 +857,7 @@ Managed<ur_program_handle_t> ProgramManager::getBuiltURProgram(
857
CandidateRoot->getHandleRef(), UR_DEVICE_INFO_BUILD_ON_SUBDEVICE,
858
sizeof(ur_bool_t), &MustBuildOnSubdevice, nullptr);
859
860
- // Sharing is allowed within a single context only and only if backend
+ // Sharing is allowed within a single context if and only if backend
861
// supports sharing.
862
if (!MustBuildOnSubdevice && ContextImpl.hasDevice(*CandidateRoot))
863
BuildDev = CandidateRoot;
0 commit comments