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

remove show method for TrackedArray type #156

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

KristofferC
Copy link
Contributor

@KristofferC KristofferC commented Nov 17, 2023

This method causes horrible invalidations and causes havoc in loading times and compilation time after Tracker.jl is loaded.

For example, loading Enzyme.jl goes from 0.5 seconds to 22 seconds if Tracker.jl is loaded first.

The printing of types should hopefully have been improved enough in JuliaLang/julia#49795 that this is not needed.

This method causes horrible invalidations and causes havoc in loading times and compilation time after Tracker.jl is loaded.

For example, loading Enzyme.jl goes from 0.5 seconds to 22 seconds if Tracker.jl is loaded first.

The printing of types should hopefully have been improved enough in JuliaLang/julia#49795 that this is not needed.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8c93470) 72.53% compared to head (08739ec) 72.74%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   72.53%   72.74%   +0.20%     
==========================================
  Files           9        9              
  Lines         710      708       -2     
==========================================
  Hits          515      515              
+ Misses        195      193       -2     

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

@ChrisRackauckas ChrisRackauckas merged commit 6678e4c into FluxML:master Nov 17, 2023
@KristofferC KristofferC deleted the patch-2 branch November 17, 2023 11:22
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.

4 participants