Skip to content

add support for user-defined optimization algorithms #287

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

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

Conversation

benvanwerkhoven
Copy link
Collaborator

I'm adding support for custom (user-defined) strategies. The idea is to open up Kernel Tuner to an even wider variety of optimization algorithms.

Currently the interface assumes the argument passed to tune_kernel's strategy=option is an object with a callable method named 'tune'. Furthermore, Kernel Tuner assumes that tune() takes three positional arguments, just like any of the existing strategies in Kernel Tuner.

Copy link

Copy link

sonarqubecloud bot commented Jun 4, 2025

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