Skip to content

tensorview:需全系算子支持 #42

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

Open
miaobyte opened this issue Apr 28, 2025 · 0 comments
Open

tensorview:需全系算子支持 #42

miaobyte opened this issue Apr 28, 2025 · 0 comments
Labels
require further investigation 需要进一步探讨

Comments

@miaobyte
Copy link
Contributor

tensorview,也可以理解为tensorslice

假如存在
tensor A[10,20,30]

我们选取A的纬度切片
s=[0:5,10:15,15:30]

tensorview A1=A.slice(s)
A1共享A的data,但A1的data并不是连续的,即使A的data是连续的。

需要要增加tensorview的算子支持,需要讨论影响范围

@miaobyte miaobyte added the require further investigation 需要进一步探讨 label Apr 28, 2025
@miaobyte miaobyte changed the title tensorview:徐全系算子支持 tensorview:需全系算子支持 Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
require further investigation 需要进一步探讨
Projects
None yet
Development

No branches or pull requests

1 participant