Skip to content

Commit

Permalink
[builder]: minor fix to attribute naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrahorovic committed Dec 1, 2023
1 parent 078888a commit bbcbb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finn/builder/build_dataflow_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def step_specialize_to_rtl(model: ModelWrapper, cfg: DataflowBuildConfig):
model = model.transform(trn)

# If double-pumping enabled, annotate relevant MVU/VVU layers
if cfg.enable_double_pump:
if cfg.enable_pumped_compute:
for n in model.graph.node:
if n.op_type in ["MatrixVectorActivation_rtl", "VectorVectorActivation_rtl"]:
getCustomOp(n).set_nodeattr("pumpedCompute", 1)
Expand Down

0 comments on commit bbcbb5a

Please sign in to comment.