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

Fix/wgpu/tanh #1090

Merged
merged 5 commits into from Dec 21, 2023
Merged

Fix/wgpu/tanh #1090

merged 5 commits into from Dec 21, 2023

Conversation

louisfd
Copy link
Member

@louisfd louisfd commented Dec 21, 2023

Fix #1086

@@ -6,13 +6,15 @@ use std::fmt::Display;
pub enum Function {
Powf(Elem),
Erf(Elem),
SafeTanh(Elem),
Copy link
Member

Choose a reason for hiding this comment

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

Add a feature flag for macos

Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d82e6b1) 85.41% compared to head (c68ee11) 85.41%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1090      +/-   ##
==========================================
- Coverage   85.41%   85.41%   -0.01%     
==========================================
  Files         511      511              
  Lines       54670    54675       +5     
==========================================
  Hits        46699    46699              
- Misses       7971     7976       +5     

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

@nathanielsimard nathanielsimard merged commit b070706 into main Dec 21, 2023
15 checks passed
@nathanielsimard nathanielsimard deleted the fix/wgpu/tanh branch December 21, 2023 19:12
syl20bnr added a commit to syl20bnr/burn that referenced this pull request Jan 4, 2024
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.

tanh_should_not_have_numerical_bugs_on_macos is failing on MacOS
2 participants