Skip to content

Commit

Permalink
removed redundant memory_pool clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
e-ddykim committed Nov 17, 2022
1 parent b430f96 commit 8392485
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/intel_gpu/src/graph/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,6 @@ network::network(cldnn::BinaryInputBuffer& ib, stream::ptr stream, engine& engin
int num_data_nodes;
ib >> num_data_nodes;

_memory_pool->clear_pool_for_network(net_id);

for (int i = 0; i < num_data_nodes; ++i) {
std::string type;
std::string _primitive_id;
Expand Down

0 comments on commit 8392485

Please sign in to comment.