Usefulness of matrices module #408
Replies: 3 comments 2 replies
-
Hi, this class is used by another package for Computer Vision: https://github.com/beehive-lab/kfusion-tornadovm The goal is to be invoked by this of applications in which kernels are already parallelized and some of the functions in this package might not be parallelized. However, as you can see here, Do you have something in mind? What are you trying to build? |
Beta Was this translation helpful? Give feedback.
-
Currently, I am working on the POC of transformer implementation, so the matrices module caught my eye. I will create my own implementations of matrix operations then. Thank you for your responses. They are always very quick. |
Beta Was this translation helpful? Give feedback.
-
Hi, We also have a slack channel if you would like to join: https://join.slack.com/t/tornadovmcommunity/shared_invite/zt-1sx0elmm8-hc~CUPO5xEW0vTaZKIXASg |
Beta Was this translation helpful? Give feedback.
-
Hi.
I am not sure that I understand the usefulness of the matrices module.
Let us look at https://github.com/beehive-lab/TornadoVM/blob/master/tornado-matrices/src/main/java/uk/ac/manchester/tornado/matrix/MatrixMath.java#L47.
In this implementation, there are neither
@Parallel
annotations nor Kernel API.What is the purpose of this class? Could you comment on it?
Beta Was this translation helpful? Give feedback.
All reactions