Skip to content

Commit ebaab9f

Browse files
committed
docs: Add S2502
1 parent 40576f4 commit ebaab9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/challenges/S2502/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ import AdmonitionTypeNote from '@theme/Admonition/Type/Note';
2121

2222
## 产出以及评分要求
2323

24-
1. 微码补丁:完成微码修改,使 Zen 系列 CPU 能直接运行 RISC-V 程序, 如果不能直接运行, 则需要达到一定程度的 RISC-V 程序加速
24+
1. 微码补丁:完成 Zen 系列 CPU 的微码修改, 使其能直接运行 RISC-V 二进制程序, 如果不能直接运行, 则需要基于修改的微码, 达到一定程度的 RISC-V 二进制程序加速
2525

26-
2. 测试结果:把提交仓库中的 Dhrystone 运行在 Zen 系列 CPU。 对比在 Zen 系列上通过模拟器模拟 RISC-V 运行 Dhrstone, 应该有明显的性能提升。
26+
2. 性能优化测试:把 Coremark/Dhrystone 等 Benchmark 应用程序对应的 RISC-V 二进制程序运行在 Zen 系列 CPU。 对比在 Zen 系列上通过模拟器模拟 RISC-V 运行, 应该有明显的性能提升。
2727

28-
3. 文档说明:记录针对微码的修改思路,RISC-V 二进制代码的加速思路,Dhrystone 测试流程。
28+
3. 文档撰写:记录针对微码的修改思路,RISC-V 二进制程序的加速思路,测试流程,测试结果
2929

3030
**注意事项**
3131

0 commit comments

Comments
 (0)