Skip to content

Commit

Permalink
improve i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
1dentity84 committed Mar 29, 2024
1 parent e5ce6d9 commit f9b6a7d
Show file tree
Hide file tree
Showing 32 changed files with 1,453 additions and 79 deletions.
51 changes: 50 additions & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ DefaultContentLanguageInSubdir = true
languageName = 'English'
title = 'PLCT Lab'
weight = 2
[languages.en.menus]
[[languages.en.menus.main]]
name = "PLCT-Weekly"
url = "/en/posts/plct-weekly/"
weight = 5
[[languages.en.menus.main]]
identifier = "News"
name = "News"
url = "/en/news/"
weight = 4
[languages.zh]
contentDir = 'content/zh'
disabled = false
Expand All @@ -40,6 +50,16 @@ DefaultContentLanguageInSubdir = true
weight = 1
hasCJKLanguage = true
summaryLength = 230
[languages.zh.menus]
[[languages.zh.menus.main]]
name = "PLCT-Weekly"
url = "/en/posts/plct-weekly/"
weight = 5
[[languages.zh.menus.main]]
identifier = "News"
name = "新闻"
url = "/zh/news/"
weight = 4
[languages.ru]
contentDir = 'content/ru'
disabled = false
Expand All @@ -48,6 +68,16 @@ DefaultContentLanguageInSubdir = true
languageName = 'Русский'
title = 'PLCT Lab'
weight = 3
[languages.ru.menus]
[[languages.ru.menus.main]]
name = "PLCT-Weekly"
url = "/en/posts/plct-weekly/"
weight = 5
[[languages.ru.menus.main]]
identifier = "News"
name = "Новости"
url = "/ru/news/"
weight = 4
[languages.ja]
contentDir = 'content/ja'
disabled = false
Expand All @@ -58,6 +88,16 @@ DefaultContentLanguageInSubdir = true
weight = 4
hasCJKLanguage = true
summaryLength = 230
[languages.ja.menus]
[[languages.ja.menus.main]]
name = "PLCT-Weekly"
url = "/en/posts/plct-weekly/"
weight = 5
[[languages.ja.menus.main]]
identifier = "News"
name = "消息"
url = "/ja/news/"
weight = 4
[languages.ko]
contentDir = 'content/ko'
disabled = false
Expand All @@ -68,7 +108,16 @@ DefaultContentLanguageInSubdir = true
weight = 5
hasCJKLanguage = true
summaryLength = 230

[languages.ko.menus]
[[languages.ko.menus.main]]
name = "PLCT-Weekly"
url = "/en/posts/plct-weekly/"
weight = 5
[[languages.ko.menus.main]]
identifier = "News"
name = "소식"
url = "/ko/news/"
weight = 4
#disableAliases = true # Set to true if using server (Netlify, .htaccess) for redirects instead of Hugo
disableKinds = [] # Default
enableEmoji = true # Use Emojis in content
Expand Down
85 changes: 8 additions & 77 deletions config/_default/menus.toml
Original file line number Diff line number Diff line change
@@ -1,83 +1,14 @@
# [[main]]
# # Top-level menu entry
# identifier = "projects"
# name = "Projects"
# url = "/projects/"
# weight = 1

# [[main]]
# identifier = "projects"
# name = "Projects"
# url = "/projects/"
# parent = "work"
# weight = 1

# [[main]]
# identifier = "about"
# name = "About"
# url = "/about/"
# parent = "work"
# weight = 2

# [[main]]
# identifier = "contact"
# name = "Contact"
# url = "/contact/"
# parent = "work"
# weight = 3

[[main]]
# Top-level menu entry
identifier = "writing"
name = "PLCT-Weekly"
url = "/en/posts/plct-weekly/"
weight = 4

[[main]]
identifier = "News"
name = "News"
url = "/en/news/"
weight = 4

# [[main]]
# identifier = "subsection"
# name = "Subsection"
# url = "/subsection/"
# # url = "/posts/subsection/" # Remove url param from subsection/_index.md frontmatter to use full permalink
# parent = "writing"
# weight = 5

# [[main]]
# # Top-level menu entry
# identifier = "explore"
# name = "Explore"
# url = "/categories/"
# weight = 6

# [[main]]
# identifier = "categories"
# name = "Categories"
# url = "/categories/"
# parent = "explore"
# weight = 6

# [[main]]
# identifier = "tags"
# name = "Tags"
# url = "/tags/"
# parent = "explore"
# weight = 7

# [[main]]
# identifier = "series"
# name = "Series"
# url = "/series/"
# parent = "explore"
# weight = 8
# identifier = "writing"
# name = "PLCT-Weekly"
# url = "/en/posts/plct-weekly/"
# weight = 4

# [[main]]
# identifier = "project-type"
# name = "Project Types"
# url = "/project-types/"
# parent = "explore"
# weight = 9
# identifier = "News"
# name = "News"
# url = "/zh/news/"
# weight = 4
146 changes: 146 additions & 0 deletions content/ja/news/00-RISC-V-spoc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
+++
title = 'Preparation for the Inaugural “RISC-V Software Porting and Optimization Championship” Officially Launched'
date = 2023-10-28T00:28:09+08:00
toc = true
slug = '00'
summary = 'To date, billions of RISC-V devices has already been deployed in the MCU/IoT realms and is poised to challenge established players in the desktop computing, HPC, AI, and database markets. Compared to the embedded and IoT software ecosystem, the world of desktops and servers boast a vast software ecosystem demands considerable porting and optimization efforts.'
+++

## Event Name

RISC-V Software Porting and Optimization Championship

RISC-V 软件移植及优化锦标赛

Чемпионат по портированию и оптимизации программного обеспечения RISC-V

RISC-V ソフトウェアの移植と最適化チャンピオンシップ

RISC-V 소프트웨어 포팅 및 최적화 챔피언십

## Rationale

To date, billions of RISC-V devices has already been deployed in the MCU/IoT realms and is poised to challenge established players in the desktop computing, HPC, AI, and database markets. Compared to the embedded and IoT software ecosystem, the world of desktops and servers boast a vast software ecosystem demands considerable porting and optimization efforts.

In the past few years, the PLCT Lab dedicated a great amount of financial and human resources along with research and development groups around the globe in an effort to enhance RISC-V’s software ecosystem. Today, almost all mainstream Linux distributions are already providing or are actively working to support the RISC-V architectures. Toolchains and runtimes such as GNU, Clang/LLVM, OpenJDK, V8 and SpiderMonkey are now working reliably on RISC-V.

The fact that open sources software are not as optimized for RISC-V hardware platforms as their x86 and ARM64 counterpart points to the need for more developer input. To help attract developers to the RISC-V ecosystem and to accelerate the advancement of its software ecosystem, the PLCT Lab launched the “RISC-V Software Porting and Optimization Championship.” This championship sets its focus on desktop and server software ecosystems, designing competitive categories for compilers, runtime environments, AI software stacks, etc. and is open to participation by developers around the globe.

## Championship Organizers

Host: The PLCT Lab (associated with the Intelligent Software Research Center of the Institute of Software, Chinese Academy of Sciences)

Event Host: Hangzhou Quancheng Intelligent Software Co., Ltd.

Co-host: RISC-V China Community (CNRV)

Note: Organizers are subject to change. Please follow our latest updates on CNRV’s WeChat Official Account.

## Competitive Categories

The championship will consist of <font color=red>**porting capture-the-flag**</font> and<font color=red> **optimization sprint**</font> events.

The **porting capture-the-flag** event sets a particular software for porting to the RISC-V architecture. In essence, the first team or individual to complete and submit the port wins. The host opens a repository for participant submissions, the first to submit their changes and pass the tests will be made the winner. The code submitted during the event will be copyrighted or attributed to the participating individuals or the open source communities that receive the port. We encourage the participants to contribute their code to the upstream projects.

The **optimization sprint** sets a series of **evaluation criteria**, against which the team or individual’s optimization work will be benchmarked. The teams and individuals will optimize a specified project within a set interval and the best benchmarked project wins.

Based on the number of participants, the championship will run both individual and team events. For individual events, the participant will complete their work individually and wholly receive any prizes awarded. Events with two or more participants will be listed under the team events category. The team events set no limit on the number of participants and the teams will decide on their own terms regarding how to split the prizes awarded.

## Championship Schedule

October 31, 2023: Deadline for Sponsorship Registration

November 1, 2023 – November 30, 2023: Event Launch an Announcement of Projects

December 1, 2023 – February 16, 2024: Registration and Competitive Events

February 17, 2024 – March 1, 2024: Host Assessment of Submissions and Announcement of Winners

Early April, 2024: Awards Ceremony and RISC-V Technical Seminar

## Call for Sponsors

This championship is open to manufacturer sponsorship. We welcome donations from RISC-V manufacturers and look forward to collaborations.

### Sponsorship Contributions and Perks

The sponsors may participate in project and prize designs. The sponsors will also be advertised during the events.
Sponsorships start at CNY 200,000 and cap at CNY 1,000,000 (subject to change). Sponsors may negotiate and customize their contribution based on the number of projects and amount of prizes proposed.

Sponsorships will be utilized as follows:

- 30% of the amount donated will be used for event organization, as well as costs incurred for staffing, organization, and promotion.

- 70% of the amount donated will be used as prizes.

Sponsor perks are as follows:

- <font style="background:Yellow">Specifying hardware devices or platforms as porting and optimization targets.</font>

- Designing competitive projects and rights to derive project designs (more detailed rules to follow).

- Designing prize distribution schemes and assessing submissions with the host.

- Attending the awards ceremony and the RISC-V technical seminar, with a 20 minute keynote segment, as well as promotions and hiring, stands, and invitation to the contributors’ dinner.

- Participating in other host promotional activities, including both in-person and live online events.

Those who are interested in becoming a sponsor, please get in touch with us:

- <font color=Blue>**To: “Wei Wu”** wuwei2016@iscas.ac.cn</font>

- <font color=Blue>**Subject: “[RVPOC] Sponsor + your_company_name”**</font>

## Template: Project Design

We are currently calling for competitive project designs. Anyone from the various communities for the RISC-V ecosystem are welcome to contribute project designs. Designs may be in the form of a wish list or a software port or optimization.

Those who are interested in submitting a project design, please submit them here:

- <font color=Blue>**To:“Wei Wu”** wuwei2016@iscas.ac.cn</font>

- <font color=Blue>**Subject:“[RVPOC] WISHLIST + the software you want to run on rv”**</font>

### Event Class: Porting Capture-the-Flag

Winning participants must open source their submissions and contribute their changes to the upstream project.

| Type | Project | Reference Prizes(in CNY) | Assessment Platform | Sponsor |
| -------- | ----------------------------------- | ------------------- | ----------- | -------- |
| Runtime | Mono on RISC-V | 50,000 | SG2042 QEMU | TBA |
| Runtime | RISC-V V-extension port WASM SIMD REVEC in V8 | 100,000 | SG2042 QEMU | TBA |
| Runtime | Contributions and ideas welcome! | | | |

### Event Class: Optimization Sprint

Both open-source and closed source tracks will be hosted. Participants must take part in the open-source track to receive prizes.

| Type | Project | Reference Prizes(in CNY)| Assessment Platform | Sponsor |
| ------ | ---------- | -------------------- | -------- | -------- |
| JavaScript Engine | Firefox Kraken benchmark optimization | 5,000 | LicheePi 4A SG2042 | TBD |
| JavaScript Engine | V8 bit-ops optimization using the RISC-V B-extensions | 30,000 | Unmatched SG2042 TH1520 | TBD |
| Games | OpenRA optimization on SG2042 platforms (in frames-per-second) | 100,000 | SG2042 SG2044 | TBD |
| rvv0p7 | Translation tool or system forrunning RVV<sub>1.0</sub>-optimized applications on RVV<sub>0.7</sub> hardware that offers maximal performance | 200,000 | | TBD |
| rvv0p7 | Contributions and ideas welcome!| | | |

## Organization of the Accreditation Committees

The host (the PLCT Lab) will assemble an Accreditation Committee for each competitive project with open rosters, consisting of industry-renowned developers, sponsorship representatives, vendor representatives, as well as volunteers. The Accreditation Committees will reproduce and assess the submitted results.

## Championship Awards Ceremony and RISC-V Technical Seminar

Date: Early April, 2024.
Location: Hangzhou (venue pending, sponsorships welcome).
Format: In-person full-day seminar.
Agenda: To be announced March, 2024.

## Note to Participants (Updates Forthcoming)

1.This championship accepts both individual and team participants, with no limit on the number of registered participants.

2.The competitions will run both open-source and closed source (commercial) tracks. Only participants of the open-source track are eligible for receiving prizes. Those who participate in the closed source (commercial) track will only be recorded in event ranking.

3.We welcome participants from all countries and regions. Participants from mainland China needs to provide details on their domestic bank cards to receive prizes;
non-mainland China participants must submit their passport or boarder pass information, as well as their bank account details (banks must be SWIFT or CIPS members).

4.More detailed notes forthcoming.
38 changes: 38 additions & 0 deletions content/ja/news/001.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
+++
title = '快讯|RuyiSDK 现已支持 Canaan K230 芯片, RevyOS 小队完成 RevyOS 的初步适配'
date = 2024-02-29
+++

![pic1.jpg](/news-images/pic1.jpg)



**项目地址**:

- GitHub - revyos/k230-linux-kernel: K230 linux kernel
https://github.com/revyos/k230-linux-kernel/tree/k230-v6.8
- RuyiSDK/RevyOS
https://github.com/ruyisdk/revyos

中国科学院软件研究所 RuyiSDK 团队成功支持了 Canaan K230 芯片,这一成就离不开开源社区的好心人 **Cyyself(Yangyu Chen)** 同学的卓越贡献。Cyyself 是 PLCT-CAAT 小队实习生,他在移植 K230 新内核方面付出了巨大的努力,为 RevyOS 的发展做出了重要贡献。

**RevyOS** 是一款专为 **T-Head** 芯片生态定制的 **Debian** 优化发行版。它围绕着 **c906fdv/c910v/c908** 等芯片提供了全面的适配和优化支持。默认集成了 **RVV0.7.1****XThead****GCC** 工具链,搭载了使用 **RVV0.7.1** 指令集优化过的 **glibc****kernel** 。目前,**RevyOS** 已经能够满足用户在办公、网页浏览和观看视频等方面的基本需求。在硬件平台上,例如 **Lichee RV****Lichee Pi 4A****RevyOS** 能够提供优秀的性能和极佳的体验。

如果您想获取 **RevyOS** 的最新版镜像,请访问**中国科学院软件研究所**的开源镜像站(佳毅小队维护,有问题可以直接找他)。您可以根据所使用的设备获取对应的镜像。此外,**RevyOS** 还在稳定发布 **Lichee Pi 4A** 用户版镜像的同时,适用于 **LicheePi Cluster 4A** 的主线内核版本镜像也已发布。

**RevyOS**的用户版镜像包含 **U-boot****boot****root** 文件。刷写方式请参考镜像刷写教程。

**Canaan K230**是一款内置双核玄铁C908 **RISC-V**芯片, 主频高达 **1.6GHz**,并配备第三代 **KPU** 处理单元的开发板,提供强劲的本地 **AI** 推理能力。它是专业开发人员搭建原型设计、评估性能的理想选择。

Links:

- 镜像刷写教程
https://wiki.sipeed.com/hardware/zh/lichee/th1520/lpi4a/4burnimage.html#%E6%89%B9%E9%87%8F%E7%83%A7%E5%BD%95)。
- K230
https://www.canaan-creative.com/product/k230
- revyos/k230-linux-kernel: K230 linux kernel
https://github.com/revyos/k230-linux-kernel/tree/k230-v6.8
- RuyiSDK/RevyOS
https://github.com/ruyisdk/revyos

![pic2.jpg](/news-images/pic2.jpg)
Loading

0 comments on commit f9b6a7d

Please sign in to comment.