We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bd55e commit 9821548Copy full SHA for 9821548
pytimeloop/fastfusion/fastmodel/fastmodel.py
@@ -179,6 +179,8 @@ def compile_mapping(mapping,
179
180
actual_tensor_access_multiplier[tensor_id] *= \
181
fill_multicast_factor[tensor_id]
182
+ potential_tensor_access_multiplier[tensor_id] *= \
183
+ fill_multicast_factor[tensor_id]
184
fill_multicast_factor[tensor_id] = 1
185
186
if target not in fanout:
0 commit comments