Skip to content

Commit 3193735

Browse files
committed
Merge branch 'main' into hops
2 parents dd47699 + 86682a3 commit 3193735

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

accelforge/model/_looptree/reuse/symbolic/_symbolic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ def analyze_compute(
972972
result_accumulator.compute_stats[compute_key] = ComputeStats(
973973
computes,
974974
computes,
975-
1,
975+
computes,
976976
)
977977

978978
if info.is_copy_operation:

tests/regression_reference.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
},
258258
"latency_per_component": {
259259
"('I', 'MainMemory')": 0.0,
260-
"('I', 'MAC')": 100663296.0,
260+
"('I', 'MAC')": 0.0,
261261
"('V', 'MAC')": 1236950581248.0,
262262
"('V', 'MainMemory')": 0.0,
263263
"('K', 'MAC')": 1236950581248.0,
@@ -409,7 +409,7 @@
409409
},
410410
"latency_per_component": {
411411
"('I', 'MainMemory')": 0.0,
412-
"('I', 'MAC')": 100663296.0,
412+
"('I', 'MAC')": 0.0,
413413
"('V', 'MAC')": 1236950581248.0,
414414
"('V', 'MainMemory')": 0.0,
415415
"('K', 'MAC')": 1236950581248.0,
@@ -561,7 +561,7 @@
561561
},
562562
"latency_per_component": {
563563
"('I', 'MainMemory')": 0.0,
564-
"('I', 'MAC')": 12288.0,
564+
"('I', 'MAC')": 0.0,
565565
"('V_new', 'MAC')": 150994944.0,
566566
"('V_new', 'MainMemory')": 0.0,
567567
"('K_new', 'MAC')": 150994944.0,
@@ -713,7 +713,7 @@
713713
},
714714
"latency_per_component": {
715715
"('I', 'MainMemory')": 0.0,
716-
"('I', 'MAC')": 12288.0,
716+
"('I', 'MAC')": 0.0,
717717
"('V_new', 'MAC')": 150994944.0,
718718
"('V_new', 'MainMemory')": 0.0,
719719
"('K_new', 'MAC')": 150994944.0,
@@ -5347,7 +5347,7 @@
53475347
"latency_per_component": {
53485348
"('I', 'GlobalBuffer')": 4.915200042887591e-05,
53495349
"('I', 'MainMemory')": 0.00016394673730246723,
5350-
"('I', 'ScalarUnit')": 0.00018724572146311402,
5350+
"('I', 'ScalarUnit')": 0.0,
53515351
"('V', 'MAC')": 0.017975589260458946,
53525352
"('V', 'LocalBuffer')": 0.0,
53535353
"('V', 'GlobalBuffer')": 0.0006881279987283051,
@@ -5672,7 +5672,7 @@
56725672
},
56735673
"latency_per_component": {
56745674
"('I', 'MainMemory')": 0.0,
5675-
"('I', 'ScalarUnit')": 0.00018724572146311402,
5675+
"('I', 'ScalarUnit')": 0.0,
56765676
"('V', 'MAC')": 0.017975589260458946,
56775677
"('V', 'LocalBuffer')": 0.0,
56785678
"('V', 'GlobalBuffer')": 0.0006881279987283051,
@@ -5999,7 +5999,7 @@
59995999
"latency_per_component": {
60006000
"('I', 'GlobalBuffer')": 6.000000052353016e-09,
60016001
"('I', 'MainMemory')": 2.001302945586758e-08,
6002-
"('I', 'ScalarUnit')": 2.2857143733290286e-08,
6002+
"('I', 'ScalarUnit')": 0.0,
60036003
"('V_new', 'MAC')": 2.1942857983958675e-06,
60046004
"('V_new', 'LocalBuffer')": 0.0,
60056005
"('V_new', 'GlobalBuffer')": 2.4000000209412065e-08,
@@ -6308,7 +6308,7 @@
63086308
},
63096309
"latency_per_component": {
63106310
"('I', 'MainMemory')": 0.0,
6311-
"('I', 'ScalarUnit')": 2.2857143733290286e-08,
6311+
"('I', 'ScalarUnit')": 0.0,
63126312
"('V_new', 'MAC')": 2.1942857983958675e-06,
63136313
"('V_new', 'LocalBuffer')": 0.0,
63146314
"('V_new', 'GlobalBuffer')": 2.4000000209412065e-08,

0 commit comments

Comments
 (0)