Skip to content

Commit a3c0443

Browse files
authored
update_readme (flagos-ai#11)
<!-- PR Title [component] brief description component options: - BUILD - CI/CD - DOC - FRONTEND - BACKEND - AUTOTUNER - CACHE - LAYOUTS - PIPELINE - PROTON - TEST - OTHER -->
1 parent a620e7a commit a3c0443

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## FlagTree
44

5-
Flagtree is a multi-backend Triton compiler project dedicated to developing a diverse ecosystem of AI chip compilers and related tooling platforms, thereby fostering and strengthening the upstream and downstream Triton ecosystem. Currently in its initial phase, the project aims to maintain compatibility with existing adaptation solutions while unifying the codebase to rapidly implement single-version multi-backend support.
5+
FlagTree is an open source, unified compiler for multiple AI chips project dedicated to developing a diverse ecosystem of AI chip compilers and related tooling platforms, thereby fostering and strengthening the upstream and downstream Triton ecosystem. Currently in its initial phase, the project aims to maintain compatibility with existing adaptation solutions while unifying the codebase to rapidly implement single-version multi-backend support.
66

77
## Install from source
88
Installation dependencies (ensure you use the correct python3.x version):

README_cn.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## FlagTree
44

5-
FlagTree 是多后端的 Triton 编译器项目。FlagTree 致力于打造多元 AI 芯片编译器及相关工具平台,发展和壮大 Triton 上下游生态。项目当前处于初期,目标是兼容现有适配方案,统一代码仓库,快速实现单版本多后端支持。
5+
FlagTree 是面向多种 AI 芯片的开源、统一编译器。FlagTree 致力于打造多元 AI 芯片编译器及相关工具平台,发展和壮大 Triton 上下游生态。项目当前处于初期,目标是兼容现有适配方案,统一代码仓库,快速实现单版本多后端支持。
66

7-
## Install from source
7+
## 从源代码安装
88
安装依赖(注意使用正确的 python3.x 执行):
99
```shell
1010
apt install zlib1g zlib1g-dev libxml2 libxml2-dev # ubuntu
@@ -18,7 +18,7 @@ export FLAGTREE_BACKEND=backendxxx
1818
python3 -m pip install . --no-build-isolation -v
1919
```
2020

21-
## Tips for building
21+
## 构建技巧
2222

2323
自动下载依赖库的速度可能受限于网络环境,编译前可自行下载至缓存目录 ~/.flagtree(可通过环境变量 FLAGTREE_CACHE_DIR 修改),无需自行设置 LLVM_BUILD_DIR 等环境变量。
2424
各后端完整编译命令如下:
@@ -70,18 +70,18 @@ python3 -m pip install . --no-build-isolation -v
7070
unset LLVM_BUILD_DIR LLVM_INCLUDE_DIRS LLVM_LIBRARY_DIR LLVM_SYSPATH
7171
```
7272

73-
## Running tests
73+
## 运行测试
7474

7575
安装完成后可以在后端目录下运行测试:
7676
```shell
7777
cd third_party/backendxxx/python/test
7878
python3 -m pytest -s
7979
```
8080

81-
## Contributing
81+
## 关于贡献
8282

8383
欢迎参与 FlagTree 的开发并贡献代码,详情请参考[CONTRIBUTING.md](/CONTRIBUTING_cn.md)
8484

85-
## License
85+
## 许可证
8686

8787
FlagTree 使用 [MIT license](/LICENSE)

0 commit comments

Comments
 (0)