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 Static Extents and Static Strides Support for Tensor Library #58

Open
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

As of right now, static tensor does not support operator +, -, etc because of tensor expression which excepts the same type only and static tensor can be of different types.

auto t1 = tensor{static_extents<1,2>{},1.f};
auto t2 = tensor{static_extents<2,3>{}, 1.f};

here t1 and t2 are of different type

@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