-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Measurements from C920 core #1
Comments
I haven’t verified it on other platforms yet, so happy to see your results! There are still some optimizations that can be done, and we look forward to higher performance! |
Which system and hardware had been used for this testing? I imagine the SG2042 with a Fedora? Thanks for sharing the csv. |
@Javipove I ran it on the SG2042 server from perfXlab. I'm not sure which exact distro was on the system, but iirc it was debian based. |
@Zhao-Dongyu Hello, I am also trying to run the bandwidth test for the floating and vector versions in the SG2042 but I don't really understand how the math is done to calculate it. Where does the first number that you substract the result of the test program comes from? Thanks (and sorry if its a dumb question) |
This is a good question. I did not explain it in detail in the article and code because I wrote this part of the code too messy... The memory bandwidth test is explained here: https://github.com/Zhao-Dongyu/sgemm_riscv/tree/main/prepare For example, I used the flw method to test, and the result was: In this file, you can see that this test code contains not only |
Hi, I just read your lovely article.
I tried running the measurements on the more powerful C920 cores, and everything worked out of the box. 👍
Here are the results:
sgemm_riscv.csv
The text was updated successfully, but these errors were encountered: