Skip to content

Commit

Permalink
[transform]: remove resType selection of VVAU
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrahorovic committed Mar 25, 2024
1 parent 85baad0 commit b59e851
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/finn/transformation/fpgadataflow/convert_to_hw_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,6 @@ def apply(self, model):
[mt_output],
domain="finn.custom_op.fpgadataflow",
backend="fpgadataflow",
resType="lut",
PE=pe,
Dim=[mm_in_shape[1], mm_in_shape[2]],
Channels=channels,
Expand Down Expand Up @@ -1673,7 +1672,6 @@ def apply(self, model):
[mm_output],
domain="finn.custom_op.fpgadataflow",
backend="fpgadataflow",
resType="lut",
PE=pe,
Dim=[mm_in_shape[1], mm_in_shape[2]],
Channels=channels,
Expand Down

0 comments on commit b59e851

Please sign in to comment.