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
460c77e Update CodeGen_PTX_Dev to use new PassManager (#6718)
I updated to main (ad1e7f6) and noticed that my pipeline took was much slower compared to Halide-v13.0.4. I ran git bisect and identified the above commit as the cause of a 18% regression in my pipeline on x86, i.e. my benchmark results:
Before: 0.5851s
After: 0.6914s
I'm not sure if I can share the details of my pipeline but if you have trouble reproducing the problem then let me know and I'll see what I can do.