XiangShan
peakperf
XiangShan | peakperf | |
---|---|---|
33 | 2 | |
4,677 | 62 | |
2.3% | - | |
9.9 | 4.8 | |
1 day ago | 3 months ago | |
Scala | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
XiangShan
-
RuyiBook the first laptop powered by a open-source RISC-V processor
Link to the open-source processor implementation: https://github.com/OpenXiangShan/XiangShan/tree/nanhu
You can download and simulate it on regular hardware.
I ran a few micro benchmarks it XiangShanV2 (Nanhu), the one in the laptop, and XiangShanV3 the next generation of their implementation:
integer micro benchmark from the XiangShan repo:
-
Loongson 3A6000: A Star Among Chinese CPUs
Are you calling for the government to pick a winner? The Chinese word for this fierce if at times chaotic competition is "juan". It worked for them in EV and PV. The outcome remains to be seen in chips and commercial space launches. But even their mostly (ex-)students-run open source Xiangshan RiscV project https://github.com/OpenXiangShan/XiangShan shows a remarkable level of sophistication.
-
MRISC32 – An Open 32-Bit RISC/Vector ISA (Suitable for FPGA CPU)
> Certainly no RISC-V implementations that are in the hands of customers right now do any fusion and it doesn't seem to hurt their ability to match or exceed the performance of similar Arm cores (A55, A72).
You can play around with OpenXianShan though, they have a few fusion targets: https://github.com/OpenXiangShan/XiangShan/blob/master/src/m...
Most of the targets require the same destination, so it won't be able to fuse current codegen. I suppose there is still some time before compilers need to be ready, but it's not that much.
> Perhaps they will provide compiler patches if required.
I hope so, btw t-head seems to be still be trying to upstream XTheadVector: https://gcc.gnu.org/pipermail/gcc-patches/2024-January/64278...
-
Ask HN: Are there any open source dual-issue RISC-V processor
This is the most advanced open source risc-v implementation I'm awair of: https://github.com/OpenXiangShan/XiangShan
-
How can I leverage RISC-V in my final year Electrical & Electronics Engineering project? Seeking advice and project ideas.
Maybe implement a big feature for a open source design? like vroom or xiangshan.
- 大炼芯运动彻底破产,跪舔韩国要技术
-
New processor, OS to propel open-source chip ecosystem
I did know about XiangShan, but not Aolai. Is it a Linux distribution?
-
How to build a Startup use open source chips
If you are interested in high performance look into vroom , c910 and xianghan, maybe you could adopt one of them.
- Open-source high-performance RISC-V processor
peakperf
-
lscpu + neofetch = cpufetch
Dr-Noob here. Created an account just to comment on this post. I appreciate all of your comments.
For the ones who think that cpufetch uses lscpu (especially the one who wrote the title of this post), please see https://www.reddit.com/r/linux/comments/milnza/cpufetch_simp...
About the peak performance, nezirus, the purpose is to have a quick look of how powerful a CPU is supposed to be. Peak performance does not measure the real performance of a CPU but it is a rough estimate of it. The peak performance is one of the distinguishing marks of cpufetch and is one of my favorite fields of cpufetch. Concerning the fight between Gold 6238 and EPYC 7702P, is not the other way around. If you are able to use the full power of the CPU, Gold is much more powerful. However, in a real program, this is not always true. For more information about the peak performance, see https://github.com/Dr-Noob/peakperf. There you will understand how peak performance is calculated and how it works.
Thank you very much for your "text screenshots", I really like to see my program on all this variety of hardware!
-
cpufetch - Simplistic yet fancy CPU architecture fetching tool (supports x86_64 and ARM)
If you are interested, you can find more information in another project of mine, peakperf (https://github.com/Dr-Noob/peakperf).
What are some alternatives?
openc910 - OpenXuantie - OpenC910 Core
oneMKL - oneAPI Math Kernel Library (oneMKL) Interfaces
darkriscv - opensouce RISC-V cpu core implemented in Verilog from scratch in one night!
png2ascii - Lightning fast ASCII image generator
riscv-boom - SonicBOOM: The Berkeley Out-of-Order Machine
cpufetch - Simple yet fancy CPU architecture fetching tool
redroid-doc - redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here
oneDNN - oneAPI Deep Neural Network Library (oneDNN)
chisel - Chisel: A Modern Hardware Design Language
x86info - x86info : x86 processor register decoder.
thor-os - Simple operating system in C++, written from scratch