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 8ec7f59 commit e665608Copy full SHA for e665608
src/plugins/intel_gpu/src/graph/graph_optimizer/prepare_buffer_fusing.cpp
@@ -320,7 +320,7 @@ void concat_in_place_optimization::update_in_place_concat_paddings(
320
321
// apply concatenation in place optimization
322
for (auto& pred_layout : preds_layouts) {
323
- auto pshape = pred_layout.get_partial_shape();
+ const auto& pshape = pred_layout.get_partial_shape();
324
auto input_length = pshape[concat_axis].get_length();
325
326
// shrink upper pad so it points at the end of the input's buffer
0 commit comments