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

don't precompile for Float32/ComplexF32 #381

Merged
merged 2 commits into from
Jul 21, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jul 20, 2023

Given that 32-bit CPU arrays are perhaps not widely used at present, it's unnecessary to precompile and cache code for this case. Not doing so would shave off 0.15s from the package load time.

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: -89.35 ⚠️

Comparison is base (6caae30) 89.34% compared to head (04b01bf) 0.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #381       +/-   ##
==========================================
- Coverage   89.34%   0.00%   -89.35%     
==========================================
  Files          24      22        -2     
  Lines        3483    3461       -22     
==========================================
- Hits         3112       0     -3112     
- Misses        371    3461     +3090     

see 24 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jishnub jishnub merged commit 42c498f into JuliaLinearAlgebra:master Jul 21, 2023
15 of 16 checks passed
@jishnub jishnub deleted the 32bitprecompile branch July 21, 2023 04:41
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.

1 participant