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

Fix another temp_var_type issue

parent 11e0f7fc
Branches
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=dtype)
temp_var_type=lp.Optional(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.
Please register or to comment