Skip to content

[GPU] Add allowed order for 3d transpose fusion in transformation #30873

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wilson-seok
Copy link
Contributor

Details:

  • Add allowed order for 3d transpose fusion in transformation

Tickets:

  • 168234

@wilson-seok wilson-seok requested review from a team as code owners June 5, 2025 14:35
@github-actions github-actions bot added the category: GPU OpenVINO GPU plugin label Jun 5, 2025
{3, 0, 1, 2}
};

static const std::vector<std::vector<size_t>> allowed_orders_3d = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does it have a 4-dimensional order instead of a 3-dimensional order, even though it is a 3D checking order?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ahnyoung-paul The 3D order is converted to 4D in onednn side

. So I use 4D order.

Copy link
Contributor

@michal-miotk michal-miotk Jun 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: hmm maybe there is someway to create common list for 3d and 4d orders to avoid comparison by future reader(programmer) of this code or at least maybe add what these lists differ(0, 3, 1, 2) at end of allowed_orders_4d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants