Skip to content

Commit

Permalink
[GPU] Removed unneeded data from the code (openvinotoolkit#10987)
Browse files Browse the repository at this point in the history
  • Loading branch information
lznamens authored Mar 16, 2022
1 parent 3bb83b4 commit 848a824
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ bool FullyConnectedKernelIMAD::Validate(const Params& params, const optional_par
const auto& in = fc_params.inputs[0];
const auto& wei = fc_params.weights;

auto tuning_data = GetTuningParams(fc_params);

if ((in.X().pad.before != 0) || (in.X().pad.after != 0) ||
(in.Y().pad.before != 0) || (in.Y().pad.after != 0)) {
// Padding is not supported
Expand Down

0 comments on commit 848a824

Please sign in to comment.