Skip to content
Snippets Groups Projects
Commit 2e27e728 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

fix signature of get_translation_loopy_insns too

parent bda56e4b
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ class E2EFromCSR(E2EBase):
super().__init__(ctx, src_expansion, tgt_expansion,
name=name, device=device)
def get_translation_loopy_insns(self, result_dtype):
def get_translation_loopy_insns(self):
from sumpy.symbolic import make_sym_vector
dvec = make_sym_vector("d", self.dim)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment