Skip to content
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

the benchmark of t1 #346

Open
zhao-denghui opened this issue Nov 10, 2023 · 4 comments
Open

the benchmark of t1 #346

zhao-denghui opened this issue Nov 10, 2023 · 4 comments

Comments

@zhao-denghui
Copy link

Hello, I'm a beginner of t1. I wang to figuer it out that does t1 have a benchmark? if not , how can we compare the performance between t1 and other architectures?

@sequencer
Copy link
Member

Thanks for your interest!
For now, we have only a bunch of tests, including some MLIR based workload under tests dir, feel free to add your own benchmark!

@shinezyy
Copy link

@sequencer
Is there an example integration? For example, with Rocket?
If RV64GCBV is enabled, it is possible to test with auto-vectorized benchmarks, like some of SPECCPU benchmarks.

@sequencer
Copy link
Member

Not currently. Because T1 uses a lot of new chisel features, we just forked the rocket core for integrating it as a demo.
But please note we currently don’t support this flow.
For compiler engineers, the emulator fully emulate scalar core with spike as well as memory subsystem. It also expose uarch events to users, you can directly use that.

@sequencer
Copy link
Member

Additionally, we don’t support MMU because we don’t want to suffer with pf and af or any other memory coherence overhead. We only support machine mode to use this framework as pure accelerator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants