Skip to content

Commit

Permalink
Pushing [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
a-alveyblanc committed Apr 25, 2023
1 parent b9cc691 commit d361167
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions loopy/kernel/dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,7 @@ def map_type_cast(self, expr, insn_id):
return self.rec(expr.child, insn_id)

def map_sub_array_ref(self, expr, insn_id):
arg_name = expr.subscript.aggregate.name

if arg_name in self.bad_subscripts:
return

inames = self.kernel.id_to_insn[insn_id].within_inames
total_inames = inames | {iname.name for iname in expr.swept_inames}
raise NotImplementedError("Not yet implemented")

@for_each_kernel
def narrow_dependencies(knl: LoopKernel) -> LoopKernel:
Expand Down

0 comments on commit d361167

Please sign in to comment.