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

Exhaustive tune reduce operators #3751

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Exhaustive tune reduce operators #3751

wants to merge 3 commits into from

Conversation

pfultz2
Copy link
Collaborator

@pfultz2 pfultz2 commented Jan 9, 2025

This will tune the block size and algorithm chosen. It also fixes the benchmarking.

@pfultz2 pfultz2 requested a review from causten as a code owner January 9, 2025 22:04
Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.16%. Comparing base (9bc94ab) to head (925baf1).
Report is 3 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #3751   +/-   ##
========================================
  Coverage    92.16%   92.16%           
========================================
  Files          515      515           
  Lines        21978    21978           
========================================
  Hits         20256    20256           
  Misses        1722     1722           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

return nullopt;
tuning_config tc;
auto shapes = to_shapes(ins->inputs());
tc.problem = to_value(shapes);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Probably should add the kernel name to the problem key.

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