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

[VM][Adreno] Fix using buffers for weights in VM #15671

Merged
merged 2 commits into from Sep 6, 2023

Conversation

echuraev
Copy link
Contributor

@echuraev echuraev commented Sep 5, 2023

In VM fn->attrs doesn't contain information about kernel_layout. So we can get this value from expr_attrib. In this PR function CanUseBuffers was modified to work with VM.

A new test which checks memory scope for VM was added.

In VM `fn->attrs` doesn't contain information about `kernel_layout`. So
we can get this value from `expr_attrib`. In this PR function
`CanUseBuffers` was modified to work with VM.

A new test which checks memory scope for VM was added.
@masahi masahi merged commit 738c2e9 into apache:main Sep 6, 2023
18 checks passed
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.

None yet

3 participants