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

Add f16 support in the wgpu backend #1582

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

burn-wgpu: f16 support

ee7ec2c
Select commit
Loading
Failed to load commit list.
Draft

Add f16 support in the wgpu backend #1582

burn-wgpu: f16 support
ee7ec2c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 12, 2024 in 0s

86.35% (target 80.00%)

View this Pull Request on Codecov

86.35% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 9.30233% with 39 lines in your changes are missing coverage. Please review.

Project coverage is 86.35%. Comparing base (f3e0aa6) to head (ee7ec2c).
Report is 91 commits behind head on main.

Files Patch % Lines
crates/burn-jit/src/element.rs 0.00% 18 Missing ⚠️
crates/burn-wgpu/src/compiler/wgsl/shader.rs 14.28% 6 Missing ⚠️
crates/burn-jit/src/fusion/tracing/builder.rs 0.00% 5 Missing ⚠️
crates/burn-wgpu/src/compiler/wgsl/base.rs 0.00% 3 Missing ⚠️
crates/burn-wgpu/src/element.rs 0.00% 3 Missing ⚠️
crates/burn-wgpu/src/compiler/wgsl/compiler.rs 60.00% 2 Missing ⚠️
crates/burn-jit/src/codegen/dialect/gpu/shader.rs 0.00% 1 Missing ⚠️
crates/burn-jit/src/codegen/kernel.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1582      +/-   ##
==========================================
- Coverage   86.39%   86.35%   -0.05%     
==========================================
  Files         688      688              
  Lines       78676    78718      +42     
==========================================
+ Hits        67974    67977       +3     
- Misses      10702    10741      +39     

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