refactor(frontend-python): re-write bit width assignment

This commit is contained in:
Umut
2023-08-02 17:34:47 +02:00
parent 9a5b08938e
commit 46f3de63cc
6 changed files with 539 additions and 222 deletions

View File

@@ -16,6 +16,7 @@ ignore = [
"**/__init__.py" = ["F401"]
"concrete/fhe/compilation/configuration.py" = ["ARG002"]
"concrete/fhe/mlir/processors/all.py" = ["F401"]
"concrete/fhe/mlir/processors/assign_bit_widths.py" = ["ARG002"]
"concrete/fhe/mlir/converter.py" = ["ARG002", "B011", "F403", "F405"]
"examples/**" = ["PLR2004"]
"tests/**" = ["PLR2004", "PLW0603", "SIM300", "S311"]