Skip to content

Commit

Permalink
Delete dump_space
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 25, 2023
1 parent e29e8d4 commit bf3091b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions loopy/isl_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ def pw_aff_to_aff(pw_aff):
return pieces[0][1]


def dump_space(ls):
return " ".join(
"%s: %d" % (dim_type.find_value(dt), ls.dim(dt))
for dt in range(1 + dim_type.all))


# {{{ make_slab

def make_slab(space, iname, start, stop, iname_multiplier=1):
Expand Down

0 comments on commit bf3091b

Please sign in to comment.