mark_unbacked for strides. #153204
Labels
module: dynamic shapes
oncall: pt2
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
want to avoid 0/1 specializations due to strides =1 we do not have a way to do that right now.
the following will always compile twice once for non contiguous input and once for contiguous.
although the first version is just fine for both
see the comment
Pass in a contiguous tensor, it will recompile due to stride being 1 unfortunately.
on top of #148872
cc @chauhang @penguinwu @ezyang @bobrenjc93
The text was updated successfully, but these errors were encountered: