We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ded74 commit 89b2f1cCopy full SHA for 89b2f1c
csrc/runtime/allocations.cpp
@@ -654,6 +654,7 @@ class BackwardTraverseFromAllocToLogical {
654
// padded extent. We use expr_eval to slice out the padding session, so that
655
// the logical domain would remain the correct extent instead of padding
656
// sizes.
657
+ int64_t in_extent = ee_.evaluate(in->extent()).as<int64_t>();
658
if (areDimsToBeMergedContiguous(tensor_, new_shape)) {
659
tensor_ = tensor_.view(new_shape);
660
// slice for non-divisible split
0 commit comments