mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 07:08:03 -05:00
feat(hpu) psi64 mockup config
This commit is contained in:
48
mockups/tfhe-hpu-mockup/params/tfhers_64b_pfail64_psi64.toml
Normal file
48
mockups/tfhe-hpu-mockup/params/tfhers_64b_pfail64_psi64.toml
Normal file
@@ -0,0 +1,48 @@
|
||||
[pbs_params]
|
||||
lwe_dimension=804
|
||||
glwe_dimension=1
|
||||
polynomial_size=2048
|
||||
lwe_modular_std_dev= 5.963599673924788e-6
|
||||
glwe_modular_std_dev= 2.8452674713391114e-15
|
||||
pbs_base_log= 23
|
||||
pbs_level= 1
|
||||
ks_base_log= 2
|
||||
ks_level= 8
|
||||
message_width= 2
|
||||
carry_width= 2
|
||||
ciphertext_width= 64
|
||||
opportunistic=true
|
||||
|
||||
[ntt_params]
|
||||
core_arch= {GF64=[5,6]}
|
||||
batch_pbs_nb= 12
|
||||
total_pbs_nb= 32
|
||||
ct_width= 64
|
||||
radix= 2
|
||||
stg_nb= 11
|
||||
prime_modulus= "GF64"
|
||||
psi= 64
|
||||
delta= 5
|
||||
|
||||
[ks_params]
|
||||
width= 21
|
||||
lbx= 3
|
||||
lby= 64
|
||||
lbz= 3
|
||||
|
||||
[pc_params]
|
||||
ksk_pc= 16
|
||||
ksk_bytes_w= 32
|
||||
bsk_pc= 8
|
||||
bsk_bytes_w= 32
|
||||
pem_pc= 2
|
||||
pem_bytes_w= 32
|
||||
glwe_bytes_w= 32
|
||||
|
||||
[regf_params]
|
||||
reg_nb= 64
|
||||
coef_nb= 32
|
||||
[isc_params]
|
||||
min_iop_size= 4
|
||||
depth= 64
|
||||
|
||||
Reference in New Issue
Block a user