https://github.com/jushbjj/tt-risc-v-example
Example of doing RISC-V kernels in TT-Metal
https://github.com/jushbjj/tt-risc-v-example
Last synced: about 1 month ago
JSON representation
Example of doing RISC-V kernels in TT-Metal
- Host: GitHub
- URL: https://github.com/jushbjj/tt-risc-v-example
- Owner: JushBJJ
- Created: 2024-08-27T01:45:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T07:09:44.000Z (4 months ago)
- Last Synced: 2025-08-31T16:41:00.172Z (about 1 month ago)
- Language: C++
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TT-RISC-V-Example
Example of doing RISC-V multiplication + attempt of organizing buffers to reduce main file size. Could be a start of an idea of a wrapper library in the future.