From 1c6d434293cdb84e8163e8add1c8afb481930795 Mon Sep 17 00:00:00 2001 From: huan <3174348550@qq.com> Date: Wed, 24 Jul 2024 10:58:25 +0800 Subject: [PATCH] modify the files --pr 14665 --- docs/mindspore/source_en/note/operator_list_parallel.md | 4 ++-- docs/mindspore/source_zh_cn/note/operator_list_parallel.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/mindspore/source_en/note/operator_list_parallel.md b/docs/mindspore/source_en/note/operator_list_parallel.md index 30687ba3a0..d89df5a806 100644 --- a/docs/mindspore/source_en/note/operator_list_parallel.md +++ b/docs/mindspore/source_en/note/operator_list_parallel.md @@ -149,7 +149,7 @@ None | Not support confi | [mindspore.ops.Softsign](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.Softsign.html) | None | Not support config layout | | [mindspore.ops.SoftShrink](https://mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.SoftShrink.html) | None | Not support config layout | | [mindspore.ops.SparseGatherV2](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.SparseGatherV2.html) | The same as Gather. | Not support config layout | -| [mindspore.ops.Split](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.Split.html) | The input_x can't be split into the dimension of axis, otherwise it's inconsistent with the single machine in the mathematical logic. | Not support config layout | +| [mindspore.ops.Split](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.Split.html) | The input_x can't be split into the dimension of axis, otherwise it's inconsistent with the single machine in the mathematical logic. | Support config layout, and can't config layout on the dimension of axis. | | [mindspore.ops.Sqrt](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.Sqrt.html) | None | Not support config layout | | [mindspore.ops.Square](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.Square.html) | None | Not support config layout | | [mindspore.ops.SquaredDifference](https://mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.SquaredDifference.html) | None | Not support config layout | @@ -162,7 +162,7 @@ None | Not support confi | [mindspore.ops.Tanh](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.Tanh.html) | None | Not support config layout | | [mindspore.ops.Tile](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.Tile.html) | Only support configuring shard strategy for multiples. | Not support config layout | | [mindspore.ops.TopK](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.TopK.html) | The input_x can't be split into the last dimension, otherwise it's inconsistent with the single machine in the mathematical logic. | Not support config layout | -| [mindspore.ops.Transpose](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.Transpose.html) | None | Support config layout, and both device matrix transpose and tensor map transpose are allowed. | +| [mindspore.ops.Transpose](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.Transpose.html) | None | Support config layout, and the output layout cannot be configured. | | [mindspore.ops.TruncateDiv](https://mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.TruncateDiv.html) | None | Not support config layout | | [mindspore.ops.TruncateMod](https://mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.TruncateMod.html) | None | Not support config layout | | [mindspore.ops.Unique](https://www.mindspore.cn/docs/en/r2.3.0/api_python/ops/mindspore.ops.Unique.html) | Only support the repeat calculate shard strategy (1,). | Not support config layout | diff --git a/docs/mindspore/source_zh_cn/note/operator_list_parallel.md b/docs/mindspore/source_zh_cn/note/operator_list_parallel.md index 034cf4a7b5..df52d61e72 100644 --- a/docs/mindspore/source_zh_cn/note/operator_list_parallel.md +++ b/docs/mindspore/source_zh_cn/note/operator_list_parallel.md @@ -148,7 +148,7 @@ | [mindspore.ops.Softsign](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.Softsign.html) | 无 | 不支持配置Layout | | [mindspore.ops.SoftShrink](https://mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.SoftShrink.html) | 无 | 不支持配置Layout | | [mindspore.ops.SparseGatherV2](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.SparseGatherV2.html) | 同Gather | 不支持配置Layout | -| [mindspore.ops.Split](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.Split.html) | 轴(axis)所对应的维度不能切分,切分后,在数学逻辑上和单机不等价 | 不支持配置Layout | +| [mindspore.ops.Split](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.Split.html) | 轴(axis)所对应的维度不能切分,切分后,在数学逻辑上和单机不等价 | 支持配置Layout,并且不能在轴(axis)所对应的维度配置 | | [mindspore.ops.Sqrt](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.Sqrt.html) | 无 | 不支持配置Layout | | [mindspore.ops.Square](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.Square.html) | 无 | 不支持配置Layout | | [mindspore.ops.SquaredDifference](https://mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.SquaredDifference.html) | 无 | 不支持配置Layout | @@ -161,8 +161,8 @@ | [mindspore.ops.Tanh](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.Tanh.html) | 无 | 不支持配置Layout | | [mindspore.ops.Tile](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.Tile.html) | 仅支持对multiples配置切分策略 | 不支持配置Layout | | [mindspore.ops.TopK](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.TopK.html) | 最后一维不支持切分,切分后,在数学逻辑上和单机不等价 | 不支持配置Layout | -| [mindspore.ops.Transpose](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.Transpose.html) | 无 | 不支持配置Layout | -| [mindspore.ops.TruncateDiv](https://mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.TruncateDiv.html) | 无 | 支持配置Layout,并且device matrix和tensor map的transpose都是被允许的 | +| [mindspore.ops.Transpose](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.Transpose.html) | 无 | 支持配置Layout,不支持配置输出的Layout | +| [mindspore.ops.TruncateDiv](https://mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.TruncateDiv.html) | 无 | 不支持配置Layout | | [mindspore.ops.TruncateMod](https://mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.TruncateMod.html) | 无 | 不支持配置Layout | | [mindspore.ops.Unique](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.Unique.html) | 只支持重复计算的策略(1,) | 不支持配置Layout | | [mindspore.ops.UnsortedSegmentSum](https://www.mindspore.cn/docs/zh-CN/r2.3.0/api_python/ops/mindspore.ops.UnsortedSegmentSum.html) | 输入input_x和segment_ids的切分配置必须在segment_ids的维度上保持一致 | 不支持配置Layout | -- Gitee