diff options
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f66e097..e51cfb907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## master (unreleased) +### Changes + +* [#430](https://github.com/xmake-io/xmake/pull/430): Add `includes("add_cucodegens.lua")` to improve set codegen for cuda +* [#432](https://github.com/xmake-io/xmake/pull/432): support deps analyze for cu file + ## v2.2.6 ### New features @@ -584,6 +589,11 @@ ## master (开发中) +### 改进 + +* [#430](https://github.com/xmake-io/xmake/pull/430): 添加`includes("add_cucodegens.lua")`为cuda改进设置codegen +* [#432](https://github.com/xmake-io/xmake/pull/432): 针对cuda编译支持依赖分析检测 + ## v2.2.6 ### 新特性 |
