Skip to content

Commit

Permalink
Fix const in CopyScaleAdd
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Sep 5, 2023
1 parent 97142d9 commit 7e38144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yateto/codegen/copyscaleadd/csa_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def generate(self, cpp, routineCache):
routine_name = forge_generator.get_base_name()

args = [str(alpha),
aux.deduce_arg(d.term),
aux.deduce_arg(d.term, as_const=True),
aux.deduce_arg(d.result),
BatchedOperationsAux.NUM_ELEMENTS_NAME,
BatchedOperationsAux.FLAGS_NAME,
Expand Down

0 comments on commit 7e38144

Please sign in to comment.