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

Add cummin op #339

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add cummin op #339

wants to merge 6 commits into from

Conversation

awayzjj
Copy link
Collaborator

@awayzjj awayzjj commented Dec 2, 2024

PR Category

Type of Change

Description

Issue

Closes: #321

Progress

  • Change is properly reviewed (1 reviewer required, 2 recommended).
  • Change is responded to an issue.
  • Change is fully covered by a UT.

Performance

On NV A10:
image

inp_vals, axis=0
)
# part_min_via_min = result[BLOCK_SIZE - 1]
# part_min_indices_via_min = indices[BLOCK_SIZE - 1]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Why I can not index from result, I want to get part_min_via_min directly from result rather than get min from inp_vals
image

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.

Code Contribution: 【Lv2】【Operator Development】cummin
1 participant