-
Notifications
You must be signed in to change notification settings - Fork 86
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
Add flag to disable pass #3462
base: develop
Are you sure you want to change the base?
Add flag to disable pass #3462
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3462 +/- ##
========================================
Coverage 92.02% 92.02%
========================================
Files 508 508
Lines 20948 20951 +3
========================================
+ Hits 19278 19281 +3
Misses 1670 1670
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This build is not recommended to merge 🔴 |
🔴bert_large_uncased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output |
@@ -40,6 +40,13 @@ inline namespace MIGRAPHX_INLINE_NS { | |||
|
|||
MIGRAPHX_DECLARE_ENV_VAR(MIGRAPHX_TRACE_PASSES); | |||
MIGRAPHX_DECLARE_ENV_VAR(MIGRAPHX_TIME_PASSES); | |||
MIGRAPHX_DECLARE_ENV_VAR(MIGRAPHX_DISABLE_PASSES); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to update the docs/dev/env_vars.rst to describe what this is does
No description provided.