| slice_with_axes, slice_last_dim README Co-authored-by: zhoulong50_hw<zhoulong50@huawei.com> # message auto-generated for no-merge-commit merge: !4475 merge slice_docs into master slice_with_axes, slice_last_dim README Created-by: zhoulong50_hw Commit-by: zhoulong50_hw Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 补充算子 README 文档,并补充 geir 调用 examples ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> https://gitcode.com/cann/ops-math/issues/2536 ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> 二级冒烟 ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> 更新了 README.md ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!4475 | 17 小时前 |
| slice_with_axes and slice_last_dim for ascend950 Co-authored-by: zhoulong50_hw<zhoulong50@huawei.com> # message auto-generated for no-merge-commit merge: !3315 merge sod-up into master slice_with_axes and slice_last_dim for ascend950 Created-by: zhoulong50_hw Commit-by: zhoulong50_hw Merged-by: cann-robot Description: ## 描述 新增 SliceLastDim 和 SliceWithAxes 两个 conversion 类算子: - SliceLastDim:对输入张量的最后一个维度按 start/end/stride 进行切片,针对连续拷贝和跨步拷贝两种模式做了专门优化 - SliceWithAxes:对输入张量沿指定 axes 按 offsets/size 进行多轴并行切片 包含完整的 proto、infershape、tiling、kernel 实现及 UT。 ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1964 ## 测试 - 二级冒烟通过 - ttk kernel 算子泛化精度测试:SliceLastDim 100/100 PASS,SliceWithAxes 100/100 PASS - infershape UT:各 5 条,全部 PASS - tiling UT:各 2 条,全部 PASS ## 文档更新 无 ## 类型标签 - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!3315 | 1 个月前 |
| slice_with_axes and slice_last_dim for ascend950 Co-authored-by: zhoulong50_hw<zhoulong50@huawei.com> # message auto-generated for no-merge-commit merge: !3315 merge sod-up into master slice_with_axes and slice_last_dim for ascend950 Created-by: zhoulong50_hw Commit-by: zhoulong50_hw Merged-by: cann-robot Description: ## 描述 新增 SliceLastDim 和 SliceWithAxes 两个 conversion 类算子: - SliceLastDim:对输入张量的最后一个维度按 start/end/stride 进行切片,针对连续拷贝和跨步拷贝两种模式做了专门优化 - SliceWithAxes:对输入张量沿指定 axes 按 offsets/size 进行多轴并行切片 包含完整的 proto、infershape、tiling、kernel 实现及 UT。 ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1964 ## 测试 - 二级冒烟通过 - ttk kernel 算子泛化精度测试:SliceLastDim 100/100 PASS,SliceWithAxes 100/100 PASS - infershape UT:各 5 条,全部 PASS - tiling UT:各 2 条,全部 PASS ## 文档更新 无 ## 类型标签 - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!3315 | 1 个月前 |
| slice_with_axes and slice_last_dim for ascend950 Co-authored-by: zhoulong50_hw<zhoulong50@huawei.com> # message auto-generated for no-merge-commit merge: !3315 merge sod-up into master slice_with_axes and slice_last_dim for ascend950 Created-by: zhoulong50_hw Commit-by: zhoulong50_hw Merged-by: cann-robot Description: ## 描述 新增 SliceLastDim 和 SliceWithAxes 两个 conversion 类算子: - SliceLastDim:对输入张量的最后一个维度按 start/end/stride 进行切片,针对连续拷贝和跨步拷贝两种模式做了专门优化 - SliceWithAxes:对输入张量沿指定 axes 按 offsets/size 进行多轴并行切片 包含完整的 proto、infershape、tiling、kernel 实现及 UT。 ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1964 ## 测试 - 二级冒烟通过 - ttk kernel 算子泛化精度测试:SliceLastDim 100/100 PASS,SliceWithAxes 100/100 PASS - infershape UT:各 5 条,全部 PASS - tiling UT:各 2 条,全部 PASS ## 文档更新 无 ## 类型标签 - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!3315 | 1 个月前 |
| slice_with_axes and slice_last_dim for ascend950 Co-authored-by: zhoulong50_hw<zhoulong50@huawei.com> # message auto-generated for no-merge-commit merge: !3315 merge sod-up into master slice_with_axes and slice_last_dim for ascend950 Created-by: zhoulong50_hw Commit-by: zhoulong50_hw Merged-by: cann-robot Description: ## 描述 新增 SliceLastDim 和 SliceWithAxes 两个 conversion 类算子: - SliceLastDim:对输入张量的最后一个维度按 start/end/stride 进行切片,针对连续拷贝和跨步拷贝两种模式做了专门优化 - SliceWithAxes:对输入张量沿指定 axes 按 offsets/size 进行多轴并行切片 包含完整的 proto、infershape、tiling、kernel 实现及 UT。 ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1964 ## 测试 - 二级冒烟通过 - ttk kernel 算子泛化精度测试:SliceLastDim 100/100 PASS,SliceWithAxes 100/100 PASS - infershape UT:各 5 条,全部 PASS - tiling UT:各 2 条,全部 PASS ## 文档更新 无 ## 类型标签 - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!3315 | 1 个月前 |
| slice_with_axes and slice_last_dim for ascend950 Co-authored-by: zhoulong50_hw<zhoulong50@huawei.com> # message auto-generated for no-merge-commit merge: !3315 merge sod-up into master slice_with_axes and slice_last_dim for ascend950 Created-by: zhoulong50_hw Commit-by: zhoulong50_hw Merged-by: cann-robot Description: ## 描述 新增 SliceLastDim 和 SliceWithAxes 两个 conversion 类算子: - SliceLastDim:对输入张量的最后一个维度按 start/end/stride 进行切片,针对连续拷贝和跨步拷贝两种模式做了专门优化 - SliceWithAxes:对输入张量沿指定 axes 按 offsets/size 进行多轴并行切片 包含完整的 proto、infershape、tiling、kernel 实现及 UT。 ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1964 ## 测试 - 二级冒烟通过 - ttk kernel 算子泛化精度测试:SliceLastDim 100/100 PASS,SliceWithAxes 100/100 PASS - infershape UT:各 5 条,全部 PASS - tiling UT:各 2 条,全部 PASS ## 文档更新 无 ## 类型标签 - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!3315 | 1 个月前 |
| slice_with_axes, slice_last_dim README Co-authored-by: zhoulong50_hw<zhoulong50@huawei.com> # message auto-generated for no-merge-commit merge: !4475 merge slice_docs into master slice_with_axes, slice_last_dim README Created-by: zhoulong50_hw Commit-by: zhoulong50_hw Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 补充算子 README 文档,并补充 geir 调用 examples ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> https://gitcode.com/cann/ops-math/issues/2536 ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> 二级冒烟 ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> 更新了 README.md ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!4475 | 17 小时前 |