Skip to content

Commit b7886ab

Browse files
committed
Codegen: update for position-only mapper exprs in pymbolic
1 parent 16f2c37 commit b7886ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumpy/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ def to_loopy_insns(assignments, vector_names=frozenset(), pymbolic_expr_maps=(),
708708
# https://github.com/inducer/sumpy/pull/40#issuecomment-852635444
709709
cmb_mapper = combine_mappers(bdr, btog, vcr, pwr, ssg, bik, cmr)
710710
else:
711-
def cmb_mapper(expr):
711+
def cmb_mapper(expr, /):
712712
expr = bdr(expr)
713713
expr = vcr(expr)
714714
expr = pwr(expr)

0 commit comments

Comments
 (0)