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 adc98e3 commit c1d97fdCopy full SHA for c1d97fd
sycl/source/detail/bindless_images.cpp
@@ -671,7 +671,7 @@ __SYCL_EXPORT external_semaphore import_external_semaphore(
671
sycl::detail::getSyclObjImpl(syclDevice);
672
ur_device_handle_t Device = DevImpl->getHandleRef();
673
674
- ur_exp_external_semaphore_handle_t urExternalSemaphore;
+ ur_exp_external_semaphore_handle_t urExternalSemaphore = nullptr;
675
ur_exp_win32_handle_t urWin32Handle = {};
676
urWin32Handle.stype = UR_STRUCTURE_TYPE_EXP_WIN32_HANDLE;
677
urWin32Handle.handle = externalSemaphoreDesc.external_resource.handle;
0 commit comments