diff --git a/docs/mindspore/source_en/api_python/operator_list_parallel.md b/docs/mindspore/source_en/api_python/operator_list_parallel.md index 580cce989ea1e793f410821d68c51e2312fd2680..3e3318aed8ac756d6df4dc2d33fa3ab7b5e7ad0a 100644 --- a/docs/mindspore/source_en/api_python/operator_list_parallel.md +++ b/docs/mindspore/source_en/api_python/operator_list_parallel.md @@ -158,6 +158,7 @@ None | Not support confi | [mindspore.ops.StridedSlice](https://www.mindspore.cn/docs/en/master/api_python/ops/mindspore.ops.StridedSlice.html) | Only support mask with all 0 values; The dimension needs to be split should be all extracted; Split is supported when the strides of dimension is 1. | Not support config layout | | [mindspore.ops.Slice](https://www.mindspore.cn/docs/en/master/api_python/ops/mindspore.ops.Slice.html) | The dimension needs to be split should be all extracted. | Not support config layout | | [mindspore.ops.Sub](https://www.mindspore.cn/docs/en/master/api_python/ops/mindspore.ops.Sub.html) | None | Layout configuration is supported. The input layout should be the same or broadcastable. The output layout cannot be configured. | +| mindspore.ops.Swiglu | The logits can't be split into the dimension of axis, otherwise it's inconsistent with the single machine in the mathematical logic. | Support config input layout. Output layout is not open for configuration, and can't config layout on the dimension of axis. | | [mindspore.ops.Tan](https://www.mindspore.cn/docs/en/master/api_python/ops/mindspore.ops.Tan.html) | None | Not support config layout | | [mindspore.ops.Tanh](https://www.mindspore.cn/docs/en/master/api_python/ops/mindspore.ops.Tanh.html) | None | Not support config layout | | [mindspore.ops.Tile](https://www.mindspore.cn/docs/en/master/api_python/ops/mindspore.ops.Tile.html) | Only support configuring shard strategy for multiples. | Not support config layout | diff --git a/docs/mindspore/source_zh_cn/api_python/operator_list_parallel.md b/docs/mindspore/source_zh_cn/api_python/operator_list_parallel.md index ffa4ce6915e6077066b99d108b2b9625c1941310..b6a05741744a729d0373e9e58b04f74ea245a037 100644 --- a/docs/mindspore/source_zh_cn/api_python/operator_list_parallel.md +++ b/docs/mindspore/source_zh_cn/api_python/operator_list_parallel.md @@ -157,6 +157,7 @@ | [mindspore.ops.StridedSlice](https://www.mindspore.cn/docs/zh-CN/master/api_python/ops/mindspore.ops.StridedSlice.html) | 仅支持值为全0的mask;需要切分的维度必须全部提取;输入在strides不为1对应的维度不支持切分 | 不支持配置Layout | | [mindspore.ops.Slice](https://www.mindspore.cn/docs/zh-CN/master/api_python/ops/mindspore.ops.Slice.html) | 需要切分的维度必须全部提取 | 不支持配置Layout | | [mindspore.ops.Sub](https://www.mindspore.cn/docs/zh-CN/master/api_python/ops/mindspore.ops.Sub.html) | 无 | 支持配置Layout,输入的Layout 需要相同或能广播,不支持配置输出的Layout | +| mindspore.ops.Swiglu| 输入(logits)在轴(axis)对应的维度不可切分,切分后,在数学逻辑上和单机不等价 | 支持配置输入的Layout,不支持配置输出的Layout,并且不能在轴(axis)对应的维度配置Layout | | [mindspore.ops.Tan](https://www.mindspore.cn/docs/zh-CN/master/api_python/ops/mindspore.ops.Tan.html) | 无 | 不支持配置Layout | | [mindspore.ops.Tanh](https://www.mindspore.cn/docs/zh-CN/master/api_python/ops/mindspore.ops.Tanh.html) | 无 | 不支持配置Layout | | [mindspore.ops.Tile](https://www.mindspore.cn/docs/zh-CN/master/api_python/ops/mindspore.ops.Tile.html) | 仅支持对multiples配置切分策略 | 不支持配置Layout |