diff --git a/backends/tfhe-hpu-backend/config_store/v80/hpu_config.toml b/backends/tfhe-hpu-backend/config_store/v80/hpu_config.toml index 889e8cfdc..8e86e4e56 100644 --- a/backends/tfhe-hpu-backend/config_store/v80/hpu_config.toml +++ b/backends/tfhe-hpu-backend/config_store/v80/hpu_config.toml @@ -4,7 +4,7 @@ "${HPU_BACKEND_DIR}/config_store/${HPU_CONFIG}/hpu_regif_core_cfg_3in3.toml", "${HPU_BACKEND_DIR}/config_store/${HPU_CONFIG}/hpu_regif_core_prc_1in3.toml", "${HPU_BACKEND_DIR}/config_store/${HPU_CONFIG}/hpu_regif_core_prc_3in3.toml"] - polling_us=10 + polling_us=2 [fpga.ffi.V80] id="${V80_PCIE_DEV}" board_sn="${V80_SERIAL_NUMBER}" diff --git a/backends/tfhe-hpu-backend/src/ffi/v80/mod.rs b/backends/tfhe-hpu-backend/src/ffi/v80/mod.rs index 0e493ab06..783b0fe71 100644 --- a/backends/tfhe-hpu-backend/src/ffi/v80/mod.rs +++ b/backends/tfhe-hpu-backend/src/ffi/v80/mod.rs @@ -89,7 +89,8 @@ impl HpuHw { } else { Err(format!( "UUID mismatch loaded {:?} expected {:?}", - current_uuid, pdi.metadata.bitstream.uuid.to_lowercase() + current_uuid, + pdi.metadata.bitstream.uuid.to_lowercase() ) .into()) }