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

replace heap allocations with stack allocated matrix in triangular multiplication #57

Merged
merged 1 commit into from
Sep 16, 2023

Conversation

sarah-quinones
Copy link
Owner

@sarah-quinones sarah-quinones commented Sep 16, 2023

No description provided.

@sarah-quinones sarah-quinones changed the title replace heap allocations with stack allocated matrix in triangular mu… replace heap allocations with stack allocated matrix in triangular multiplication Sep 16, 2023
@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (e811fa8) 92.72% compared to head (075acd9) 92.74%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #57      +/-   ##
==========================================
+ Coverage   92.72%   92.74%   +0.01%     
==========================================
  Files          49       49              
  Lines       52302    52341      +39     
==========================================
+ Hits        48497    48543      +46     
+ Misses       3805     3798       -7     
Files Changed Coverage Δ
faer-core/src/lib.rs 76.87% <ø> (+0.08%) ⬆️
faer-core/src/mul.rs 77.10% <100.00%> (+0.25%) ⬆️

... and 1 file with indirect coverage changes

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

@sarah-quinones sarah-quinones merged commit ca71ff8 into main Sep 16, 2023
5 checks passed
@sarah-quinones sarah-quinones deleted the tri-mul-stack-mat branch September 16, 2023 19: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.

1 participant