Skip to content

Commit

Permalink
Removed detach from evaluate_and_allocate
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyaPronina committed Jan 15, 2025
1 parent e16bc9b commit 0cf369d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_npu/src/plugin/npuw/weights_bank.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void Bank::evaluate_and_allocate() {
// Detach the evaluated LazyTensor from its memory here - when it is 100%
// not needed anymore (transformations, if any, and copies are done)
// Note: this is the non-CPU path!
const_cast<LazyTensor&>(lt).detach();
// const_cast<LazyTensor&>(lt).detach();
});
}
}
Expand Down

0 comments on commit 0cf369d

Please sign in to comment.