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
<< "region_required min = " << std::abs(bounds->region_required(i).min())
<< "; region_required max = " << std::abs(bounds->region_required(i).max());
The text was updated successfully, but these errors were encountered:
jansel
changed the title
Anderson2021 autoscheduler fails inputs larger than 199993 elements
Anderson2021 autoscheduler fails on inputs larger than 199993 elements
Jun 1, 2024
This repro below is a memcopy, but I see the same behavior (with a different error threshold) if I insert pointwise ops into the kernel as well.
repro.py
Output:
If I reduce N to:
it works correctly.
Looking at the source code, I suspect this assert can just be deleted:
Halide/src/autoschedulers/anderson2021/LoopNest.cpp
Lines 1569 to 1573 in 711dc88
The text was updated successfully, but these errors were encountered: