mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
feat: introduce maximum bit width constant, use it where appropriate, export it in python bindings
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
namespace mlir {
|
||||
namespace concretelang {
|
||||
constexpr unsigned DEFAULT_PATTERN_BENEFIT = 1;
|
||||
constexpr unsigned MAXIMUM_BIT_WIDTH = 7;
|
||||
} // namespace concretelang
|
||||
} // namespace mlir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user