Skip to content
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

Adding permute_copy operator kernel optimization #21

Merged
merged 4 commits into from
Oct 24, 2024

Conversation

Rushi-cad
Copy link
Collaborator

Integrating 32 bit version permute/transpose kernel

@dijopaul dijopaul changed the base branch from main to main_test October 18, 2024 09:31
backends/cadence/hifi/kernels/kernels.h Outdated Show resolved Hide resolved
@@ -24,6 +24,7 @@ set(_aten_ops__srcs
"${EXECUTORCH_ROOT}/backends/cadence/hifi/operators/op_div.cpp"
"${EXECUTORCH_ROOT}/backends/cadence/hifi/operators/op_mean.cpp"
"${EXECUTORCH_ROOT}/backends/cadence/hifi/operators/op_mul.cpp"
"${EXECUTORCH_ROOT}/backends/cadence/hifi/operators/op_permute_copy.cpp"
Copy link
Owner

Choose a reason for hiding this comment

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

format issue

num_out_dims,
num_inp_dims);

return out;
Copy link
Owner

Choose a reason for hiding this comment

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

can have a common return

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is changed in the latest push

@dijopaul dijopaul merged commit 6eff57b into main_test Oct 24, 2024
1 of 4 checks passed
@Rushi-cad Rushi-cad deleted the rushikesh_permute branch November 28, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants