[GPU] Transpose strides for padded GEMM
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
Could you please add a test?
Changed the existing oneDNN GEMM transposed padding test to include a case for padding on all dimensions.
build_jenkins
build_jenkins
@yeonbok Please rerun the jenkins pipeline. I've confirmed tests to be passing locally with the latest change.
build_jenkins
build_jenkins
This PR will be closed in a week because of 2 weeks of no activity.
This PR was closed because it has been stalled for 2 week with no activity.