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 8db2204 commit 1f91343Copy full SHA for 1f91343
sycl/source/detail/pi.cpp
@@ -141,8 +141,8 @@ void contextSetExtendedDeleter(const cl::sycl::context &context,
141
auto impl = getSyclObjImpl(context);
142
auto contextHandle = reinterpret_cast<pi_context>(impl->getHandleRef());
143
auto plugin = impl->getPlugin();
144
- plugin.call<PiApiKind::piextContextSetExtendedDeleter>(
145
- contextHandle, func, user_data);
+ plugin.call<PiApiKind::piextContextSetExtendedDeleter>(contextHandle, func,
+ user_data);
146
}
147
148
std::string platformInfoToString(pi_platform_info info) {
0 commit comments