Skip to content
Snippets Groups Projects
Unverified Commit ce860c51 authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Test] remove synth resources for Vitis, currently broken

parent 34785483
No related branches found
No related tags found
No related merge requests found
...@@ -185,11 +185,6 @@ def test_end2end_vitis_cnv_w1a1_build(): ...@@ -185,11 +185,6 @@ def test_end2end_vitis_cnv_w1a1_build():
strategy=VitisOptStrategy.BUILD_SPEED, strategy=VitisOptStrategy.BUILD_SPEED,
) )
) )
model = model.transform(AnnotateResources("synth"))
warnings.warn(
"Post-synthesis resources (excluding shell): "
+ model.get_metadata_prop("res_total_synth")
)
model.save(build_dir + "/end2end_vitis_cnv_w1a1_build.onnx") model.save(build_dir + "/end2end_vitis_cnv_w1a1_build.onnx")
......
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