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 5f98c48 commit 2eb58f8Copy full SHA for 2eb58f8
sycl/source/detail/scheduler/scheduler.hpp
@@ -188,7 +188,6 @@ using EventImplPtr = std::shared_ptr<detail::event_impl>;
188
using QueueImplPtr = std::shared_ptr<detail::queue_impl>;
189
using StreamImplPtr = std::shared_ptr<detail::stream_impl>;
190
191
-using QueueIdT = std::hash<std::shared_ptr<detail::queue_impl>>::result_type;
192
using CommandPtr = std::unique_ptr<Command>;
193
194
/// Memory Object Record
0 commit comments