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
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Description
CI with updated toolchain (ie #17984) catches the bug.
vector: :_M_range_check: __n (which is 2) >= this->size() (which is 2)
Error Message
To Reproduce
Build with this simple patch
OR follow the instructions in #17987 to trigger this via glibc assertions in debug build.
Run
test_operator.test_convolution_independent_gradients
to trigger the bug.cc @TaoLv
The text was updated successfully, but these errors were encountered: