mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(hpu): update hpu-backend dependencies, fix pcc
This commit is contained in:
committed by
Pierre Gardrat
parent
563502a6a6
commit
602c6faf8a
@@ -377,7 +377,11 @@ impl AmiDriver {
|
||||
if ack_str.is_empty() {
|
||||
0
|
||||
} else {
|
||||
let ack_nb = ack_str.as_str().lines().map(|line| line.trim_ascii().parse::<u32>().unwrap()).sum();
|
||||
let ack_nb = ack_str
|
||||
.as_str()
|
||||
.lines()
|
||||
.map(|line| line.trim_ascii().parse::<u32>().unwrap())
|
||||
.sum();
|
||||
tracing::trace!("Get value {ack_str} from {ami_proc_path} => {ack_nb}",);
|
||||
ack_nb
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user