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

[tuner] dump outputs to tune_gemm/output #663

Merged

Conversation

makslevental
Copy link

Dump tuner outputs to tune_gemm/output instead of just tune_gemm

@zhanglx13 zhanglx13 self-requested a review November 13, 2024 17:30

jit_filename = os.path.join(triton_dir, "triton/runtime", "jit.py")
jit_filename = triton_dir / "triton" / "runtime" / "jit.py"

Choose a reason for hiding this comment

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

I'm not familiar with such python hacks (or it's very common). Does this require a minimum python version?

Copy link
Author

Choose a reason for hiding this comment

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

this is just pathlib; minimum verison 3.4 :)

@makslevental makslevental force-pushed the makslevental/output-path-tune_gemm branch from ee65777 to cbf4b00 Compare November 13, 2024 18:45
@zhanglx13 zhanglx13 merged commit db2ca01 into ROCm:main_perf Nov 13, 2024
1 of 2 checks passed
@makslevental makslevental deleted the makslevental/output-path-tune_gemm branch November 13, 2024 20:24
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