Skip to content

Commit

Permalink
enable mca for dilithium ntt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Jun 27, 2024
1 parent 33c602e commit eb69ecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,8 @@ def core(self, slothy):
slothy.config.constraints.functional_only = False
slothy.config.outputs = ["r0", "r10"]
slothy.config.inputs_are_outputs = True
slothy.config.with_llvm_mca = True
slothy.config.llvm_mca_full = True
slothy.config.constraints.stalls_first_attempt = 3
slothy.optimize(start="layer123_start", end="layer123_end")
slothy.rename_function("pqcrystals_dilithium_invntt_tomont", "pqcrystals_dilithium_invntt_tomont2")
Expand Down

0 comments on commit eb69ecd

Please sign in to comment.