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

Make autotuner take do_bench as a parameter #4496

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

Conversation

int3
Copy link
Contributor

@int3 int3 commented Aug 9, 2024

This makes the autotuner device-agnostic. Instead of having to know about the existence of e.g. do_bench_cudagraph, it can let the callers decide which backend-specific benchmarking function to use.

See discussion in #4417.

@int3
Copy link
Contributor Author

int3 commented Aug 9, 2024

This depends on #4392 landing first, otherwise cudagraph benchmarking will not work

@int3
Copy link
Contributor Author

int3 commented Aug 22, 2024

Bump -- just rebased

This makes the autotuner device-agnostic. Instead of having to know
about the existence of e.g. do_bench_cudagraph, it can let the callers
decide which backend-specific benchmarking function to use.

See discussion in triton-lang#4417.
@int3
Copy link
Contributor Author

int3 commented Sep 5, 2024

Rebased

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