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

Handle emulated fma #689

Merged
merged 2 commits into from
Apr 1, 2023
Merged

Handle emulated fma #689

merged 2 commits into from
Apr 1, 2023

Conversation

wsmoses
Copy link
Member

@wsmoses wsmoses commented Mar 31, 2023

Fixes #688

@codecov-commenter
Copy link

codecov-commenter commented Mar 31, 2023

Codecov Report

Patch coverage: 75.00% and project coverage change: -0.02 ⚠️

Comparison is base (2d62054) 76.24% compared to head (251a399) 76.23%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #689      +/-   ##
==========================================
- Coverage   76.24%   76.23%   -0.02%     
==========================================
  Files          18       18              
  Lines        7038     7043       +5     
==========================================
+ Hits         5366     5369       +3     
- Misses       1672     1674       +2     
Impacted Files Coverage Δ
src/compiler.jl 76.63% <ø> (-0.02%) ⬇️
src/compiler/interpreter.jl 98.07% <75.00%> (-0.93%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@wsmoses wsmoses merged commit ad66c02 into main Apr 1, 2023
21 of 26 checks passed
@wsmoses wsmoses deleted the fma branch April 1, 2023 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unhandled binary operator
2 participants