Skip to content
New issue

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

Nonconst reference to locked view buffer with in-place #2281

Open
benson31 opened this issue Jun 22, 2023 · 2 comments
Open

Nonconst reference to locked view buffer with in-place #2281

benson31 opened this issue Jun 22, 2023 · 2 comments
Assignees
Labels

Comments

@benson31
Copy link
Collaborator

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

  1. Build Hydrogen with CMAKE_BUILD_TYPE=Debug (or anything that's not Release).
  2. Build/link LBANN to that Hydrogen.
  3. Run the ci_test/unit_tests/test_unit_layer_relu.py unit test.

Setting LBANN_NO_INPLACE=1 remedies the exception.

@tbennun
Copy link
Contributor

tbennun commented Aug 16, 2023

Resolved?

@tbennun
Copy link
Contributor

tbennun commented Aug 16, 2023

@benson31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants