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

Fix indexing/memory issue in Tensor3 wrapper #89

Open
lebuller opened this issue Aug 11, 2023 · 0 comments
Open

Fix indexing/memory issue in Tensor3 wrapper #89

lebuller opened this issue Aug 11, 2023 · 0 comments

Comments

@lebuller
Copy link
Collaborator

When indexing along the view wrapper for a Tensor3, there appears to be duplicated memory issue where setting values in certain indices will cause those values to be reproduced across separate indices.
i.e. when creating a wrapper for a 3x3x7 Tensor3 Field, filling the values across (All, All, 0) leads to some of the values on (All, All, 3) and (All, All, 6) to be erroneously filled at the same time.

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

No branches or pull requests

1 participant