-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[ROCM] Fix unit test: matmul_small_brute_force_tunableop #142089
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
[ROCM] Fix unit test: matmul_small_brute_force_tunableop #142089
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/142089
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 94a4b1c with merge base aa95618 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot rebase |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
…ge. Set tunableop filename and activate numerical check.
Co-authored-by: Jeff Daily <jeff.daily@amd.com>
Successfully rebased |
bf45f90
to
94a4b1c
Compare
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
) Fixes pytorch#141636 Fixes pytorch#141635 Fixes pytorch#141458 Changes include: - TunableOp filename that wasn't set properly - Activate numerical check (see additional test comment) - Entire test in try-finally clause to avoid OS environment variable leakage (see additional test comment) Pull Request resolved: pytorch#142089 Approved by: https://github.com/jeffdaily Co-authored-by: Jeff Daily <jeff.daily@amd.com>
Fixes #141636
Fixes #141635
Fixes #141458
Changes include:
cc @jeffdaily @sunway513 @jithunnair-amd @pruthvistony @ROCmSupport @dllehr-amd @jataylo @hongxiayang