Skip to content
Snippets Groups Projects
Commit 2e0205bf authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Test] large-CNV folding cfg changes for Vitis HLS 2021.2

parent 8a637271
No related branches found
No related tags found
No related merge requests found
......@@ -206,8 +206,8 @@ def fold_cnv_small(model):
fc_layers = model.get_nodes_by_op_type("StreamingFCLayer_Batch")
# each tuple is (PE, SIMD) for a layer
folding = [
(8, 3, "auto"),
(16, 16, "auto"),
(8, 3, "distributed"),
(16, 16, "distributed"),
(8, 16, "auto"),
(8, 16, "block"),
(4, 8, "auto"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment