| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
ut覆盖率优化 Co-authored-by: qiang_zq<qiang.zhangqiang@huawei.com> # message auto-generated for no-merge-commit merge: !448 merge ut-f-cov into master ut覆盖率优化 Created-by: qiang_zq Commit-by: qiang_zq Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> bash build.sh -u -f pr_filelist.txt pr_filelist.txt: image/upsample_nearest3d/op_kernel/upsample_nearest3d.cpp image/crop_and_resize/op_kernel_aicpu/crop_and_resize_aicpu.cpp ut覆盖率统计不正确,缺少了部分算子,如upsample_nearest3d  ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #000--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> https://gitcode.com/cann/ops-cv/issues/169 ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> bash build.sh -u -f pr_filelist.txt pr_filelist.txt: image/upsample_nearest3d/op_kernel/upsample_nearest3d.cpp image/crop_and_resize/op_kernel_aicpu/crop_and_resize_aicpu.cpp  Opkernel cov report bash build.sh -u --opkernel --cov Directory Line Coverage image/grid_sample/op_kernel 12.5 % image/grid_sampler2_d_grad/op_kernel 29.1 % image/grid_sampler3_d_grad/op_kernel 96.2 % image/resize_upsample_trilinear/op_kernel 87.9 % image/upsample_bicubic2d/op_kernel 92.3 % image/upsample_bicubic2d_aa/op_kernel 88.8 % image/upsample_bicubic2d_aa_grad/op_kernel 86.6 % image/upsample_bicubic2d_grad/op_kernel 100.0 % image/upsample_bilinear2d/op_kernel 61.8 % image/upsample_bilinear2d_aa/op_kernel 93.8 % image/upsample_bilinear2d_aa_backward/op_kernel 91.7 % image/upsample_bilinear2d_grad/op_kernel 76.8 % image/upsample_linear1d/op_kernel 6.5 % image/upsample_nearest/op_kernel 76.3 % image/upsample_nearest2d_grad/op_kernel 92.9 % image/upsample_nearest3d/op_kernel 67.4 % image/upsample_nearest3d_grad/op_kernel 89.0 % image/upsample_nearest_exact2d_grad/op_kernel 82.7 % image/upsample_nearest_exact3d/op_kernel 100.0 % image/upsample_nearest_exact3d_grad/op_kernel 70.0 % image/upsample_trilinear3d_backward/op_kernel 90.5 % objdetect/iou_v2/op_kernel 12.9 % objdetect/roi_align_rotated/op_kernel 79.2 % objdetect/roi_align_rotated_grad/op_kernel 90.6 % objdetect/stack_group_points/op_kernel 51.8 % ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> NA ## 类型标签 <!-- [x] 表示选中 --> - [x] 🐛 Bug 修复 - [ ] ✨ 新特性 - [ ] ⚡ 性能优化 - [ ] ♻️ 重构 - [ ] 🧪 测试 - [ ] 📦 构建/CI - [ ] 🔧 配置变更 - [ ] 📝 文档更新 - [ ] ⬆️ 依赖升级 - [ ] 🔒 安全修复 - [ ] 🧹 代码清理 - [ ] ❓ 其他,请描述: See merge request: cann/ops-cv!448 | 5 个月前 | |
完善工具依赖文档和更新依赖安装脚本 Co-authored-by: liu-wei<lovline.liuwei@huawei.com> # message auto-generated for no-merge-commit merge: !342 merge master into master 完善工具依赖文档和更新依赖安装脚本 Created-by: liu-wei Commit-by: liu-wei Merged-by: cann-robot Description: ## 描述 完善工具依赖文档和更新依赖安装脚本 ## 关联的Issue todo ## 测试 功能测试: ==== Checking CMake ==== Current CMake version: 3.16.3 CMake meets requirements ==== Checking pigz ==== Current pigz version: 2.4 pigz meets requirements ==== Checking dos2unix ==== dos2unix has been installed ==== Checking googletest ==== Current googletest version: 1.10.0 Install googletest? [Y/n] y Installing googletest... xxxx googletest installed successfully (1.10.0) ==================================================== All dependencies installed successfully! ==================================================== pip3 install -r requirements.txt Looking in indexes: http://xxxx/pypi/simple Requirement already satisfied: xxx Requirement already satisfied: xxx Requirement already satisfied: xxx 常规测试: ==================================== FINAL SUMMARY ==================================== kirinx90 : FAILED (no .o) ascend950 : OK (144 .o) ascend910 : SKIPPED (.o) ascend910b : OK (81 .o) ascend910B : OK (81 .o) ascend310b : OK (3 .o) ascend310B : OK (3 .o) ascend310p : OK (25 .o) ascend310P : OK (25 .o) ascend610lite : SKIPPED (.o) ascend910_93 : OK (81 .o) STATIC_BUILD : OK (cann-910b-ops-cv_9.0.0_linux-x86_64.run, cann-910b-ops-cv-static_9.0.0_linux-x86_64.tar.gz) mc62cm12a : OK (cann-mc62cm12a-ops-cv_9.0.0_linux-x86_64.run) ==================================== [ALL DONE] ## 文档更新 工具依赖的txt更新 ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-cv!342 | 6 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 个月前 | ||
| 6 个月前 |