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

Improving Subtensor Support for Tensor Library #60

Open
amitsingh19975 opened this issue Aug 31, 2019 · 0 comments
Open

Improving Subtensor Support for Tensor Library #60

amitsingh19975 opened this issue Aug 31, 2019 · 0 comments
Assignees
Labels
coding Implementing the feature
Milestone

Comments

@amitsingh19975
Copy link
Collaborator

amitsingh19975 commented Aug 31, 2019

The current subtensor does not support any tensor operations and some tensor functions due to time constraints.

auto t1 = tensor{dynamic_extents<>{1,2,3},1.f};'
auto t2 = tensor{dynamic_extents<>{1,2,3},1.f};
auto s1 = t1(slice<>{},slice<>{},slice<>{});
auto s2 = t2(slice<>{},slice<>{},slice<>{});
auto s3 = s1 + s2; // not valid
@amitsingh19975 amitsingh19975 added the coding Implementing the feature label Aug 31, 2019
@amitsingh19975 amitsingh19975 added this to the Post GSOC 19 milestone Aug 31, 2019
@amitsingh19975 amitsingh19975 self-assigned this Aug 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coding Implementing the feature
Projects
None yet
Development

No branches or pull requests

1 participant