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

Enable burn fusion by default #1223

Merged
merged 11 commits into from
Feb 8, 2024
Prev Previous commit
Next Next commit
Fix example
  • Loading branch information
nathanielsimard committed Feb 1, 2024
commit 247fe853b40426c14f09fe740ecb14e0c94a0636
2 changes: 1 addition & 1 deletion examples/custom-wgpu-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
version.workspace = true

[dependencies]
burn = {path = "../../burn", features=["autodiff", "wgpu"]}
burn = {path = "../../burn", default-features = false, features=["autodiff", "wgpu", "autotune"]}

# Serialization
log = {workspace = true}
Expand Down