Skip to content

Commit

Permalink
Force CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 5, 2024
1 parent 3907ea6 commit 01a71ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burn-wgpu/src/compute/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ fn select_adapter<G: GraphicsApi>(device: &WgpuDevice) -> wgpu::Adapter {
// often a Discrete Gpu.
DeviceType::IntegratedGpu => 3,
DeviceType::VirtualGpu => 2,
DeviceType::Cpu => 1,
DeviceType::Cpu => 6,
};
println!("dbg 8_15");
if score > current_score {
Expand Down

0 comments on commit 01a71ae

Please sign in to comment.