We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Release
CMAKE_BUILD_TYPE=Debug
ci_test/unit_tests/test_unit_layer_relu.py
Setting LBANN_NO_INPLACE=1 remedies the exception.
LBANN_NO_INPLACE=1
The text was updated successfully, but these errors were encountered:
Resolved?
Sorry, something went wrong.
@benson31
tbennun
No branches or pull requests
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
CMAKE_BUILD_TYPE=Debug
(or anything that's notRelease
).ci_test/unit_tests/test_unit_layer_relu.py
unit test.Setting
LBANN_NO_INPLACE=1
remedies the exception.The text was updated successfully, but these errors were encountered: