Skip to content
Snippets Groups Projects
Commit d81afed5 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

check_implemented_domains: Get parameter inames from aligned domain

parent 83aef009
No related branches found
No related tags found
No related merge requests found
......@@ -693,7 +693,7 @@ def check_implemented_domains(kernel, implemented_domains, code=None):
parameter_inames = set(
insn_domain.get_dim_name(dim_type.param, i)
for i in range(insn_domain.dim(dim_type.param)))
for i in range(insn_impl_domain.dim(dim_type.param)))
lines = []
for kind, diff_set, gist_domain in [
......
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