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 2d2c13a commit 5447301Copy full SHA for 5447301
sycl/source/detail/event_impl.hpp
@@ -381,7 +381,7 @@ class event_impl {
381
// If this event represents a submission to a
382
// sycl::detail::pi::PiExtCommandBuffer the sync point for that submission is
383
// stored here.
384
- sycl::detail::pi::PiExtSyncPoint MSyncPoint;
+ sycl::detail::pi::PiExtSyncPoint MSyncPoint = 0;
385
386
387
// sycl::detail::pi::PiExtCommandBuffer the command-buffer command
0 commit comments