You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, scaleflow-pytorch-pipeline can take serveral options, one of which is debug-point. If you take a look at line 159 in lib/Transforms/Passes.cpp, you can see when debug-point is equal to one, there would be no optimization applied.
If I understand the code correctly, you can simply use something like this to do get the unoptimized code:
How can I generate C++ code for ResNet18 without the optimizations applied by ScaleHLS? Any suggestions?
The text was updated successfully, but these errors were encountered: