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

Layout and Buffer Update #182

Merged
merged 4 commits into from
Sep 26, 2024
Merged

Layout and Buffer Update #182

merged 4 commits into from
Sep 26, 2024

Conversation

jwaldrop107
Copy link
Member

Is this pull request associated with an issue(s)?
No

Description
Adds ctors to the Layouts that only take a shape, allowing for less verbose construction when there is no symmetry or sparsity. Renames variables in the Layout tests in an attempt to be more descriptive.

Also changes the typename of tensorwrapper::eigen::tensor (and related types) to tensorwrapper::eigen::data_type, to avoid potential confusion around what "tensor" means in a given location. In general, "tensor" should refer to the primary class tensorwrapper::Tensor, while tensor-like data structures of a backend should be referred to as "data" (or something synonymous).

@jwaldrop107 jwaldrop107 self-assigned this Sep 25, 2024
@ryanmrichard ryanmrichard merged commit 0545d90 into master Sep 26, 2024
5 checks passed
@ryanmrichard ryanmrichard deleted the layout_and_buffer branch September 26, 2024 15:41
@jwaldrop107
Copy link
Member Author

🚀 [bumpr] Bumped! New version:v0.0.34 Changes:v0.0.33...v0.0.34

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

Successfully merging this pull request may close these issues.

2 participants