Open
Description
Description
In some cases we may get more performant graphs for hessian/jacobian using the automatic vectorization + index lifting instead of scan looping.
We may want to try to lift indexing before we vectorize. This has helped create much cleaner graphs in some client work we are doing.