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 b75627e commit d003083Copy full SHA for d003083
sycl/source/detail/context_impl.hpp
@@ -94,7 +94,7 @@ class context_impl : public std::enable_shared_from_this<context_impl> {
94
const async_handler &get_async_handler() const;
95
96
/// \return the Adapter associated with the platform of this context.
97
- adapter_impl &getAdapter() const { return *MPlatform->getAdapter(); }
+ adapter_impl &getAdapter() const { return MPlatform->getAdapter(); }
98
99
/// \return the PlatformImpl associated with this context.
100
platform_impl &getPlatformImpl() const { return *MPlatform; }
0 commit comments