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 autotune_pointwise.py script #3339

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Fix autotune_pointwise.py script #3339

merged 1 commit into from
Nov 5, 2024

Conversation

rdspring1
Copy link
Collaborator

Fix the autotune_pointwise script which was broken by #3275.
The earlier PR changed the pointwise setting from unroll_factor to inner_unroll_factor.

@rdspring1 rdspring1 requested a review from liqiangxl November 4, 2024 22:03
@rdspring1
Copy link
Collaborator Author

!build

@@ -89,7 +89,7 @@ def inner_fn():
if config is not None:
vectorization_factor, unroll_factor = config
schedule_params.vectorization_factor = vectorization_factor
schedule_params.unroll_factor = unroll_factor
schedule_params.unroll_factor_inner = unroll_factor
Copy link
Collaborator

Choose a reason for hiding this comment

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

do you want to extend to include two unroll paras? unroll_factor_inner and unroll_factor_outer

@rdspring1 rdspring1 merged commit 162a13b into main Nov 5, 2024
16 checks passed
@rdspring1 rdspring1 deleted the fix_autotune_script branch November 5, 2024 01:47
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