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

Turn on TORCHLIB_EXPERIMENTAL_PREFER_TRACING #1304

Merged
merged 6 commits into from
May 24, 2024
Merged

Conversation

justinchuby
Copy link
Contributor

This is a BC breaking change. The flag TORCHLIB_EXPERIMENTAL_PREFER_TRACING allows most functions with control flows to be traced by default. This will eliminate some aten functions from the graph. We will recreate these functions with #1218

This is a BC breaking change. The flag `TORCHLIB_EXPERIMENTAL_PREFER_TRACING` allows most functions with control flows to be traced by default. This will eliminate some aten functions from the graph. We will
Copy link

github-actions bot commented Mar 14, 2024

Test Results

     29 files  ±0       29 suites  ±0   3h 6m 44s ⏱️ + 8m 17s
 11 430 tests ±0    8 839 ✅ ±  0    2 584 💤 ±  0  1 ❌ ±0   6 🔥 ±0 
542 026 runs  ±0  112 433 ✅ +264  429 580 💤  - 264  1 ❌ ±0  12 🔥 ±0 

For more details on these failures and errors, see this check.

Results for commit ab73a54. ± Comparison against base commit c41ded5.

♻️ This comment has been updated with latest results.

@justinchuby justinchuby marked this pull request as draft March 15, 2024 20:09
@justinchuby justinchuby marked this pull request as ready for review May 19, 2024 05:51
Copy link

codecov bot commented May 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.53%. Comparing base (c41ded5) to head (ab73a54).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1304      +/-   ##
==========================================
+ Coverage   77.51%   77.53%   +0.01%     
==========================================
  Files         216      216              
  Lines       23337    23340       +3     
  Branches     4022     4023       +1     
==========================================
+ Hits        18090    18096       +6     
+ Misses       4473     4463      -10     
- Partials      774      781       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@titaiwangms titaiwangms requested review from titaiwangms and removed request for thiagocrepaldi and BowenBao May 24, 2024 20:23
@justinchuby justinchuby merged commit 19f4e26 into main May 24, 2024
38 of 43 checks passed
@justinchuby justinchuby deleted the justinchu/flag-trace branch May 24, 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
Development

Successfully merging this pull request may close these issues.

None yet

2 participants