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/web examples #2691

Merged
merged 4 commits into from
Jan 13, 2025
Merged

Fix/web examples #2691

merged 4 commits into from
Jan 13, 2025

Conversation

laggui
Copy link
Member

@laggui laggui commented Jan 13, 2025

Fixed web examples

burn-tensor

  • Move rayon to default flags (but not enabled by std for now)

burn-jit

  • Does not require burn-tensor default features
  • Enable burn-tensor/std w/ std flag

burn-import

  • Split burn-tensor (only std flag) w/ and burn-ndarray
    • Use of burn-tensor w/ std and ndarray would enable rayon (for build dependency)

burn-wgpu

  • Does not require burn-tensor default features

burn-tensor
- Move rayon to default flags (but not enabled by std for now)

burn-jit
- Does not require burn-tensor default features
- Enable burn-tensor/std w/ std flag

burn-import
- Split burn-tensor (only std flag) w/ and burn-ndarray
  - Use of burn-tensor w/ std and ndarray would enable rayon (for build dependency)

burn-wgpu
- Does not require burn-tensor default features
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.62%. Comparing base (c5362a4) to head (15b01ad).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2691   +/-   ##
=======================================
  Coverage   82.62%   82.62%           
=======================================
  Files         843      843           
  Lines      107463   107463           
=======================================
  Hits        88792    88792           
  Misses      18671    18671           

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

@laggui laggui merged commit 3e90b6e into main Jan 13, 2025
11 checks passed
@laggui laggui deleted the fix/web-examples branch January 13, 2025 18:25
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.

2 participants