mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 15:18:33 -05:00
jumping assert for testing purposes
This commit is contained in:
@@ -44,6 +44,7 @@ impl ShortintEngine {
|
||||
match grouping_factor.0 {
|
||||
2 => ThreadCount(5),
|
||||
3 => ThreadCount(7),
|
||||
4 => ThreadCount(7), // just to test
|
||||
_ => {
|
||||
todo!("Currently shortint only supports grouping factor 2 and 3 for multi bit PBS")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user