Description
A non-Release build of Hydrogen has revealed that invariants are being violated in some in-place instances. The error being thrown is this one.
Steps to reproduce
- Build Hydrogen with
CMAKE_BUILD_TYPE=Debug (or anything that's not Release).
- Build/link LBANN to that Hydrogen.
- Run the
ci_test/unit_tests/test_unit_layer_relu.py unit test.
Setting LBANN_NO_INPLACE=1 remedies the exception.
Description
A non-
Releasebuild of Hydrogen has revealed that invariants are being violated in some in-place instances. The error being thrown is this one.Steps to reproduce
CMAKE_BUILD_TYPE=Debug(or anything that's notRelease).ci_test/unit_tests/test_unit_layer_relu.pyunit test.Setting
LBANN_NO_INPLACE=1remedies the exception.