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 3cb0ba4 commit 1783f75Copy full SHA for 1783f75
sycl/include/sycl/handler.hpp
@@ -3244,7 +3244,6 @@ class __SYCL_EXPORT handler {
3244
private:
3245
std::shared_ptr<detail::handler_impl> impl;
3246
std::shared_ptr<detail::queue_impl> MQueue;
3247
-
3248
std::vector<detail::LocalAccessorImplPtr> MLocalAccStorage;
3249
std::vector<std::shared_ptr<detail::stream_impl>> MStreamStorage;
3250
detail::string MKernelName;
0 commit comments