Closed erwei-xilinx closed 5 days ago
Previously, when the wrap-and-stride canonicalizer deletes any dimension i in the lists, it only attempts to compose any non-zero offsets[i] to its next dimension offsets[i+1]. This PR attempts to relax this constraint.
i
offsets[i]
offsets[i+1]
Previously, when the wrap-and-stride canonicalizer deletes any dimension
i
in the lists, it only attempts to compose any non-zerooffsets[i]
to its next dimensionoffsets[i+1]
. This PR attempts to relax this constraint.