Skip to content
Snippets Groups Projects
Commit 2a8a250f authored by Matt Wala's avatar Matt Wala
Browse files

Revert "Fix another temp_var_type issue"

This reverts commit 4bc2a79e.
parent da0a6c31
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ class KernelComputation(object):
lp.Assignment(id=None,
assignee="knl_%d_scaling" % i,
expression=sympy_conv(kernel.get_global_scaling_const()),
temp_var_type=lp.Optional(dtype))
temp_var_type=dtype)
for i, (kernel, dtype) in enumerate(
zip(self.kernels, self.value_dtypes))]
......
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