Skip to content

Commit

Permalink
remove the registration button from challenges which have submitted PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tsien <[email protected]>
  • Loading branch information
bekcpear committed Aug 8, 2024
1 parent 254a1e9 commit 7325b53
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions docs/challenges/P2425/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import ChallengesMetaInDoc from '../../../src/components/ChallengeMetaInDoc';

<ChallengesMetaInDoc />

import ChallengeRegistration from '../../../src/components/ChallengeRegistration';

<ChallengeRegistration />

## 项目描述

RetroArch 又称作全能模拟器,是 libretro 项目的前端。它可以在多种机器上模拟不同游戏主机的核心。本题目要求在 SG2042/Pioneer Box 上,移植 RetroArch 模拟器;尽可能支持更多的核心流畅运行。
Expand Down
4 changes: 0 additions & 4 deletions docs/challenges/S2422/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ import AdmonitionTypeInfo from '@theme/Admonition/Type/Info';
本赛题内容可能会有调整,以降低硬性约束。
</AdmonitionTypeInfo>

import ChallengeRegistration from '../../../src/components/ChallengeRegistration';

<ChallengeRegistration />

## 项目描述

在搭载了 K230 的 RISC-V 开发板上,移植大语言模型 Llama 3,并正确运行;使用 RISC-V Vector (或 Xuantie Matrix)扩展指令集对 LLaMA 3 的实现进行优化,加速模型的执行速度。
Expand Down
4 changes: 0 additions & 4 deletions docs/challenges/S2424/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import ChallengesMetaInDoc from '../../../src/components/ChallengeMetaInDoc';

<ChallengesMetaInDoc />

import ChallengeRegistration from '../../../src/components/ChallengeRegistration';

<ChallengeRegistration />

## 项目描述

TDengine 是一款高性能、分布式、支持SQL 的时序数据库。本题要求在 SG2042/Pioneer Box 上,移植 TDengine 数据库,并尽可能高的提升相关 Benchmark 的分数。
Expand Down

0 comments on commit 7325b53

Please sign in to comment.