Skip to content

Commit

Permalink
graph: interface: allocator: no derivation from id_t
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoLv committed Sep 29, 2024
1 parent f178d84 commit 8e75965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/interface/allocator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include "oneapi/dnnl/dnnl_graph_ocl.h"
#endif

struct dnnl_graph_allocator final : public dnnl::impl::graph::utils::id_t {
struct dnnl_graph_allocator {
public:
dnnl_graph_allocator() = default;

Expand Down

0 comments on commit 8e75965

Please sign in to comment.