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 cat operator kernel optimization #20

Merged
merged 3 commits into from
Oct 24, 2024
Merged

Conversation

Rushi-cad
Copy link
Collaborator

Integrated xa_nn_concat_32_32 kernel optimization for cat operator

@dijopaul dijopaul changed the base branch from main to main_test October 18, 2024 09:31
if (all_1d_empty) {
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.

should we insert optimized coder here ?
Do we support dim < 0 or all_1d_empty cases ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We support for dim < 0. For all_1d_empty cases, we don't have check for that or a separate conditionalized code, it will go through the general flow

@dijopaul dijopaul merged commit ae7b6bc into main_test Oct 24, 2024
1 of 4 checks passed
@Rushi-cad Rushi-cad deleted the rushikesh_cat 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