Skip to content

Commit

Permalink
Fix missing fusion feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Oct 11, 2024
1 parent c21e096 commit 6fe3ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/burn-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ vision = ["burn-dataset?/vision", "burn-common/network"]

# Backend
autodiff = ["burn-autodiff"]
fusion = ["burn-wgpu?/fusion"]
fusion = ["burn-wgpu?/fusion", "burn-cuda?/fusion"]

## Backend features
metal = ["burn-candle?/metal"]
Expand Down

0 comments on commit 6fe3ff5

Please sign in to comment.