You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project that uses multiple kernels, including a matmul kernel. However, the matmul kernel I created doesn't perform very well, so I would like to use the matmul kernel you developed. How can I use it?
If I run make hw, can I obtain your kernel's .xo file? Would I be able to use that?
For reference, I am working on my project using the Vitis IDE GUI.
The text was updated successfully, but these errors were encountered:
I'm planning to use the Scalable Matrix Multiplication project, but I'm not sure how to use it.
The kernels I created consist of a single .cpp file, and I connect these kernels in host.cpp.
However, the Scalable Matrix Multiplication project has a large number of files just to construct a single kernel, so I'm not sure how to use it in the Vitis GUI.
You would need to build it as a separate kernel .xo file, and then connect it to the right AXI ports during the linking stage. You can find documentation on how to do this in the Vitis documentation 🙂
I am working on a project that uses multiple kernels, including a matmul kernel. However, the matmul kernel I created doesn't perform very well, so I would like to use the matmul kernel you developed. How can I use it?
If I run make hw, can I obtain your kernel's .xo file? Would I be able to use that?
For reference, I am working on my project using the Vitis IDE GUI.
The text was updated successfully, but these errors were encountered: