diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 950d3ab53..270b908ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ * [#432](https://github.com/xmake-io/xmake/pull/432): support deps analyze for cu file * [#437](https://github.com/xmake-io/xmake/issues/437): Support explict git source for xmake update, `xmake update github:xmake-io/xmake#dev` * [#438](https://github.com/xmake-io/xmake/pull/438): Support to only update scripts, `xmake update --scriptonly dev` +* [#433](https://github.com/xmake-io/xmake/issues/433): Improve cuda to support device-link +* [#442](https://github.com/xmake-io/xmake/issues/442): Improve test library ## v2.2.6 @@ -609,6 +611,8 @@ * [#432](https://github.com/xmake-io/xmake/pull/432): 针对cuda编译支持依赖分析检测 * [#437](https://github.com/xmake-io/xmake/issues/437): 支持指定更新源,`xmake update github:xmake-io/xmake#dev` * [#438](https://github.com/xmake-io/xmake/pull/438): 支持仅更新脚本,`xmake update --scriptonly dev` +* [#433](https://github.com/xmake-io/xmake/issues/433): 改进cuda构建支持device-link设备代码链接 +* [#442](https://github.com/xmake-io/xmake/issues/442): 改进tests测试框架 ## v2.2.6 @@ -293,7 +293,7 @@ This project exists thanks to all the people who have [contributed](CONTRIBUTING * [TitanSnow](https://github.com/TitanSnow): provide the xmake [logo](https://github.com/TitanSnow/ts-xmake-logo) and install scripts * [uael](https://github.com/uael): provide the semantic versioning library [sv](https://github.com/uael/sv) -* [OpportunityLiu](https://github.com/OpportunityLiu): improve xmake and add some new features +* [OpportunityLiu](https://github.com/OpportunityLiu): improve cuda, tests and ci ## Backers diff --git a/README_zh.md b/README_zh.md index 46acb589d..88a82ec32 100644 --- a/README_zh.md +++ b/README_zh.md @@ -300,7 +300,7 @@ target("test") * [TitanSnow](https://github.com/TitanSnow): 提供xmake [logo](https://github.com/TitanSnow/ts-xmake-logo) 和安装脚本 * [uael](https://github.com/uael): 提供语义版本跨平台c库 [sv](https://github.com/uael/sv) -* [OpportunityLiu](https://github.com/OpportunityLiu): 改进xmake,并且添加了一些新特性支持 +* [OpportunityLiu](https://github.com/OpportunityLiu): 改进cuda构建, tests框架和ci ## 支持项目 |
