Skip to content

Commit c901a26

Browse files
authored
[GPU] Add TensorOffset support key in adaptive pooling ref kernel (#25381)
### Details: - Add TensorOffset support key in adaptive pooling ref kernel as the kernel is using INPUT0_GET_INDEX() macro ### Tickets: - 144826
1 parent 8b01073 commit c901a26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/intel_gpu/src/kernel_selector/kernels/adaptive_pooling/adaptive_pooling_kernel_ref.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ParamsKey AdaptivePoolingRef::GetSupportedKey() const {
2424
k.EnableAllOutputLayout();
2525
k.EnableBatching();
2626
k.EnableTensorPitches();
27+
k.EnableTensorOffset();
2728

2829
return k;
2930
}

0 commit comments

Comments
 (0)