文件最后提交记录最后更新时间
【feat】: rt接口切换为aclrt系列接口3--event类接口 Co-authored-by: maohaodi<maohaodi@huawei.com> # message auto-generated for no-merge-commit merge: !1059 merge aclrt_api_event into develop 【feat】: rt接口切换为aclrt系列接口3--event类接口 Created-by: maohaodi Commit-by: maohaodi Merged-by: cann-robot Description: # Pull Request ## 描述 rt接口切换为aclrt系列接口,本次切换的接口为event类,切换的接口列表如下: rtEventCreate -> aclrtCreateEvent 共4处 rtEventCreateWithFlag -> aclrtCreateEventWithFlag 共8处 rtEventCreateExWithFlag -> aclrtCreateEventExWithFlag 共2处 rtEventDestroy -> aclrtDestroyEvent 共15处 rtGetEventID -> aclrtGetEventId 共7处 rtEventReset -> aclrtResetEvent 共10处 rtEventRecord -> aclrtRecordEvent 共16处 rtGetAvailEventNum -> aclrtGetEventAvailNum 共2处 ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1. 确保原有功能不受影响。LLT通过 ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 See merge request: cann/ge!10592 个月前
【feat】: rt接口切换为aclrt系列接口-notify相关 Co-authored-by: wuzhengzhen<wuzhengzhen@huawei.com> # message auto-generated for no-merge-commit merge: !1147 merge aclrt_notify_test into develop 【feat】: rt接口切换为aclrt系列接口-notify相关 Created-by: wuzhengzhen Commit-by: wuzhengzhen Merged-by: cann-robot Description: # Pull Request ## 描述 请清晰准确地描述本次 Pull Request 的意图和变更内容。 修改以下notfiy相关的rt接口 rtNotifyCreate/rtNotifyCreateWithFlag -> aclrtCreateNotify rtNotifyDestroy -> aclrtDestroyNotify rtNotifyRecord -> aclrtRecordNotify rtNotifyWait/rtNotifyWaitWithTimeout -> aclrtWaitAndResetNotify ## 变更类型 请选择本次引入的变更类型: <!-- [x] 表示选中 --> - [ ] 🐛 Bug 修复 - [ ] ✨ 新功能 - [ ] 💄 代码风格更新(格式化,局部变量) - [x] ♻️ 重构(既不修复错误也不增加功能的代码变动) - [ ] 📦 构建过程或辅助工具的变动 - [ ] 📝 文档内容更新 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在当前页面的右侧'关联Issue'部分添加相应Issue链接,并勾选'合并后关闭已关联的 Issue'选项。 --> ## 如何测试 描述测试此变更的步骤和前提条件: 1. 2. ## 核对清单 <!-- [x] 表示选中 --> - [x] 我的代码遵循了项目的代码风格 - [x] 我已对代码进行了自测 - [x] 我已更新了相关的文档 - [x] 我在标题中使用了合适的类型标签(如:feat:, fix:) - [x] 我已经详细阅读了贡献指南(CONTRIBUTING.md),并遵守了其中的所有规定,包括但不限于commit message的格式、无效commit的合并等 ## 其他信息 在此添加任何其他关于本次 PR 的说明。 See merge request: cann/ge!11472 个月前
Initial commit 5 个月前