Skip to content

Commit

Permalink
[GPU] Add TensorOffset support key in adaptive pooling ref kernel (#2…
Browse files Browse the repository at this point in the history
…5381)

### Details:
- Add TensorOffset support key in adaptive pooling ref kernel as the
kernel is using INPUT0_GET_INDEX() macro

### Tickets:
 - 144826
  • Loading branch information
wilson-seok authored Jul 4, 2024
1 parent 8b01073 commit c901a26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ParamsKey AdaptivePoolingRef::GetSupportedKey() const {
k.EnableAllOutputLayout();
k.EnableBatching();
k.EnableTensorPitches();
k.EnableTensorOffset();

return k;
}
Expand Down

0 comments on commit c901a26

Please sign in to comment.