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
We need to think through how much we will rely on the profiling executor for type, device, and contiguity information. Specifically for this bug I'm wondering if the type propagation and cacheing on contiguity information is enough to warrant using the PE. I believe we can also remove the shape propagation logic as the code generator can handle this for us now.