Skip to content

Commit

Permalink
Merge branch 'master' into tj/inference/coverity/issues_1
Browse files Browse the repository at this point in the history
  • Loading branch information
t-jankowski authored Jul 2, 2024
2 parents a3f9941 + bc505ba commit de131d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bindings/python/requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ flake8-annotations-complexity<=0.0.8
flake8-broken-line<=1.0.0
flake8-bugbear<=24.4.26
flake8-class-attributes-order<=0.1.3
flake8-comprehensions<=3.14.0
flake8-comprehensions<=3.15.0
flake8-debugger<=4.1.2
flake8-docstrings<=1.7.0
flake8-eradicate<=1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ float ConvolutionKernel_b_fs_yx_fsv16_1x1::EstimateOccupancy(const convolution_p
ConvolutionKernel_b_fs_yx_fsv16_1x1::ConvolutionTuningData ConvolutionKernel_b_fs_yx_fsv16_1x1::GetTuningParams(const convolution_params& params) const {
ConvolutionTuningData tuning_data;

if (!params.has_dynamic_tensors()) {
if (!params.is_shape_agnostic) {
const auto& input = params.inputs[0];
bool block_size_one_is_better = params.outputs[0].X().v == 1 && params.outputs[0].Y().v == 1 && input.Feature().v >= 2048;

Expand Down

0 comments on commit de131d5

Please sign in to comment.