Replies: 1 comment
-
Out of scope for core pyopencl. Write a custom kernel or use something like https://github.com/hunse/pyopencl_blas. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to matrix multiply two vectors like cupy's cp.matmul(a,b)
So far I only got this withotu writing elementwise kernel.
Can you point right direction for me ?
Am I missing an example ?
Beta Was this translation helpful? Give feedback.
All reactions