openvino icon indicating copy to clipboard operation
openvino copied to clipboard

[GPU] Transpose strides for padded GEMM

Open mdvoretc-intel opened this issue 6 months ago • 2 comments

oneDNN GEMM parameter handling currently fails in cases where input tensors are padded and transposed, applying the transposition to input dims but not the strides used for creating memory descriptors. This patch adds code to address this.

Details:

  • add a stride input to transpose_dims_and_format_tag

mdvoretc-intel avatar Jun 17 '25 14:06 mdvoretc-intel

Could you please add a test?

yeonbok avatar Jun 17 '25 16:06 yeonbok

Changed the existing oneDNN GEMM transposed padding test to include a case for padding on all dimensions.

mdvoretc-intel avatar Jun 18 '25 10:06 mdvoretc-intel

build_jenkins

yeonbok avatar Jun 19 '25 20:06 yeonbok

build_jenkins

mdvoretc-intel avatar Jun 25 '25 14:06 mdvoretc-intel

@yeonbok Please rerun the jenkins pipeline. I've confirmed tests to be passing locally with the latest change.

mdvoretc-intel avatar Jul 01 '25 13:07 mdvoretc-intel

build_jenkins

yeonbok avatar Jul 09 '25 03:07 yeonbok

build_jenkins

yeonbok avatar Jul 09 '25 23:07 yeonbok

This PR will be closed in a week because of 2 weeks of no activity.

github-actions[bot] avatar Sep 13 '25 00:09 github-actions[bot]

This PR was closed because it has been stalled for 2 week with no activity.

github-actions[bot] avatar Sep 20 '25 00:09 github-actions[bot]