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
I think DPS, tensor only ops should always be Pure. Is there a reason we have them as ConditionallySpeculatable? Just trying to understand if there is some possibility of undefined behavior i'm missing.
This is regarding Tensor_RelayoutOp that's about to be moved to Linalg:
In order to make sure that in #123902 we focus on simple code-refactor, I am re-directing the discussion on the design of Tensor_RelayoutOp/Linalg_RelayoutOp to this issue.