aboutsummaryrefslogtreecommitdiff
path: root/boltzgen/kernel/template/equilibrilize.cl.mako
blob: 8a423ae4dcd7145d294922c049adb09e4633f51f (plain)
1
2
3
4
5
6
7
<%namespace name="pattern" file="${'/pattern/%s.cl.mako' % context['streaming']}"/>

<%call expr="pattern.operator('equilibrilize')">
% for i, w_i in enumerate(descriptor.w):
    const ${float_type} f_next_${i} = ${w_i.evalf()};
% endfor
</%call>