Skip to content

Should permutation by updating ne/nb in-place work? #910

Answered by slaren
awgr asked this question in Q&A
Discussion options

You must be logged in to vote

ggml tensors only support 4 dimensions, so you may have to find another way to do what you want. All ops supported by ggml use at most 4 dimensions, so you should be able to merge some of the dimensions into a single one to achieve the same result.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@slaren
Comment options

slaren Aug 6, 2024
Collaborator

Answer selected by awgr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants