Skip to content

Conversation

@oulgen
Copy link
Contributor

@oulgen oulgen commented Oct 31, 2025

Stacked PRs:


Ignore passed in config when force autotune is turned on

Fixes #1059

Fixes #1059

stack-info: PR: #1060, branch: oulgen/stack/166
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Oct 31, 2025
return self._config
if self.settings.force_autotune:
# If force autotune is enabled, do not pick an implicit config
return None
Copy link
Contributor

Choose a reason for hiding this comment

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

Curious should we move this before if self._config is not None: above?

Copy link
Contributor Author

@oulgen oulgen Oct 31, 2025

Choose a reason for hiding this comment

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

self._config set means we already autotuned in this process, so i was thinking we shouldnt autotune twice in the same process

@oulgen oulgen merged commit 2d7c237 into main Oct 31, 2025
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HELION_FORCE_AUTOTUNE=1 doesnt work if config is provided

3 participants