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

Single- and mixed-precision support #35

Merged
merged 11 commits into from
Oct 22, 2023
Merged

Single- and mixed-precision support #35

merged 11 commits into from
Oct 22, 2023

Conversation

obackhouse
Copy link
Contributor

Adds support to change the floating point type used internally, to support single- and mixed-precision calculations. See this paper for why.

@codecov
Copy link

codecov bot commented Oct 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4370b02) 98.76% compared to head (0041995) 98.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   98.76%   98.75%   -0.01%     
==========================================
  Files          71       72       +1     
  Lines       98334    98422      +88     
  Branches      842      846       +4     
==========================================
+ Hits        97119    97197      +78     
- Misses       1080     1090      +10     
  Partials      135      135              
Files Coverage Δ
ebcc/brueckner.py 90.80% <100.00%> (+0.10%) ⬆️
ebcc/codegen/GCC2.py 100.00% <100.00%> (ø)
ebcc/codegen/GCC3.py 100.00% <100.00%> (ø)
ebcc/codegen/GCCD.py 100.00% <100.00%> (ø)
ebcc/codegen/GCCSD.py 100.00% <ø> (ø)
ebcc/codegen/GCCSDT.py 100.00% <ø> (ø)
ebcc/codegen/GCCSDTQ.py 100.00% <100.00%> (ø)
ebcc/codegen/GCCSD_SD_1_1.py 100.00% <100.00%> (ø)
ebcc/codegen/GCCSD_SD_1_2.py 100.00% <ø> (ø)
ebcc/codegen/GCCSD_S_1_1.py 100.00% <100.00%> (ø)
... and 57 more

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

@obackhouse obackhouse merged commit 6ea4eb1 into master Oct 22, 2023
4 checks passed
@obackhouse obackhouse deleted the single_precision branch October 22, 2023 18:05
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