Skip to content

Commit 9821548

Browse files
author
Michael Gilbert
committed
[fastfusion] model bugfixes
1 parent 92bd55e commit 9821548

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytimeloop/fastfusion/fastmodel/fastmodel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ def compile_mapping(mapping,
179179

180180
actual_tensor_access_multiplier[tensor_id] *= \
181181
fill_multicast_factor[tensor_id]
182+
potential_tensor_access_multiplier[tensor_id] *= \
183+
fill_multicast_factor[tensor_id]
182184
fill_multicast_factor[tensor_id] = 1
183185

184186
if target not in fanout:

0 commit comments

Comments
 (0)