Skip to content

Commit

Permalink
Debug device name checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlogic committed Jan 28, 2024
1 parent 9bed704 commit e2ee1ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/correlation/vk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -947,8 +947,10 @@ impl Device {
{
1
} else {
println!("{}", device_name.to_lowercase());
10
};
println!("Device score is {} {}", score, dzn_multiplier);
Some((device, device_name, queue_index, score * dzn_multiplier))
})
.max_by_key(|(_device, _name, _queue_index, score)| *score);
Expand Down

0 comments on commit e2ee1ec

Please sign in to comment.