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

TA pass julia type info via param attr #1300

Merged
merged 3 commits into from
Mar 23, 2024
Merged

TA pass julia type info via param attr #1300

merged 3 commits into from
Mar 23, 2024

Conversation

wsmoses
Copy link
Member

@wsmoses wsmoses commented Feb 20, 2024

@codecov-commenter
Copy link

codecov-commenter commented Feb 20, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (1829706) 75.93% compared to head (d2df802) 75.68%.

Files Patch % Lines
src/compiler.jl 92.85% 2 Missing ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1300      +/-   ##
==========================================
- Coverage   75.93%   75.68%   -0.26%     
==========================================
  Files          35       35              
  Lines       10543    10507      -36     
==========================================
- Hits         8006     7952      -54     
- Misses       2537     2555      +18     

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

@vchuravy
Copy link
Member

On @swilliamson7 this seems to yield another 50s improvement from 187->132

We still spent most of our time in type-tree.

image

image

Across those three towers we spend: 83s out of 132s in constructing the type-tree. The closest other thing is ~10s in julia_activity_rule

@wsmoses
Copy link
Member Author

wsmoses commented Feb 21, 2024 via email

@wsmoses
Copy link
Member Author

wsmoses commented Feb 21, 2024 via email

src/compiler.jl Outdated Show resolved Hide resolved
src/compiler.jl Outdated Show resolved Hide resolved
src/compiler.jl Outdated Show resolved Hide resolved
src/compiler.jl Outdated Show resolved Hide resolved
src/compiler.jl Outdated Show resolved Hide resolved
src/compiler.jl Outdated Show resolved Hide resolved
src/compiler.jl Outdated Show resolved Hide resolved
src/compiler.jl Outdated Show resolved Hide resolved
src/compiler.jl Outdated Show resolved Hide resolved
src/compiler.jl Outdated Show resolved Hide resolved
wsmoses and others added 3 commits March 22, 2024 17:30
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
shadow_init = job.config.params.shadowInit
ctx = context(mod)
dl = string(LLVM.datalayout(mod))
dl = string(LLVM.datalayout(mod))

tt = [TT.parameters[2:end]...,]
Copy link
Contributor

Choose a reason for hiding this comment

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

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
tt = [TT.parameters[2:end]...,]
tt = [TT.parameters[2:end]...]

@wsmoses wsmoses merged commit f0c5a4e into main Mar 23, 2024
37 of 48 checks passed
@wsmoses wsmoses deleted the typeruleparse branch March 23, 2024 00:47
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.

None yet

3 participants