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 2b15bab commit 4612758Copy full SHA for 4612758
sycl/source/detail/graph_impl.hpp
@@ -919,10 +919,6 @@ class graph_impl : public std::enable_shared_from_this<graph_impl> {
919
/// @return Device associated with graph.
920
sycl::device getDevice() const { return MDevice; }
921
922
- const DeviceImplPtr &getDeviceImplPtr() const {
923
- return getSyclObjImpl(MDevice);
924
- }
925
-
926
/// List of root nodes.
927
std::set<std::weak_ptr<node_impl>, std::owner_less<std::weak_ptr<node_impl>>>
928
MRoots;
0 commit comments