Replies: 3 comments 4 replies
-
You should open a PR and add this as an example / test |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you help me understand where the following functions are implemented: |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This only multiplies 2 2x2 matrices. Remember that
ggml_mul_mat
internally transposes B matrix.This serves only the purpose of teaching others how to use the backends and ggml-alloc in a simplified manner, rather than a complex and confusing example.
Output with cuda backend:
Output with cpu backend (default):
Beta Was this translation helpful? Give feedback.
All reactions