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

fix min and max, use loop_kernel when reduction size is larger than 16384 #291

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

Conversation

iclementine
Copy link
Collaborator

fix min and max, use loop_kernel when reduction size is larger than 16384

PR Category

Operator

Type of Change

Description

Add an loop-style reduction kernel for min and max. Use the loop-style kernel when reduction size is larger than 16k, and choose a tile size <= 8k to avoid triton tensors larger than triton's limit.

Issue

Progress

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

Performance

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.

1 participant