diff --git a/docs/mindspore/source_en/model_train/custom_program/operation/op_custom_ascendc.md b/docs/mindspore/source_en/model_train/custom_program/operation/op_custom_ascendc.md index 6d9fe8ba8d01ad2306567134cf324bca8f14697b..0ca93388032b6382109780204a3df71847e34f7f 100644 --- a/docs/mindspore/source_en/model_train/custom_program/operation/op_custom_ascendc.md +++ b/docs/mindspore/source_en/model_train/custom_program/operation/op_custom_ascendc.md @@ -62,6 +62,7 @@ If you have already completed the compilation and deployment of the custom opera | `--op_host_path` `-o` | Host-side operator implementation path | None | Yes | | `--op_kernel_path` `-k`| Kernel-side operator implementation path | None | Yes | | `--vendor_name` | Custom operator vendor name | "customize" | No | + | `--soc_version` | Custom the version of the Ascend AI Processor | None | No | | `--ascend_cann_package_path` | CANN software package installation path | None | No | | `--install_path` | Custom operator installation path | None | No | | `-i` | Install the custom operator to the path specified by `--install_path`; if not specified, install to the path designated by the environment variable `ASCEND_OPP_PATH`. | Not set | No | diff --git a/docs/mindspore/source_zh_cn/model_train/custom_program/operation/op_custom_ascendc.md b/docs/mindspore/source_zh_cn/model_train/custom_program/operation/op_custom_ascendc.md index f591b9f46163a09da9b859bccb3c99459b5766a2..c1920fc3e8ea026e9a10bd98d65b05e423d28a26 100644 --- a/docs/mindspore/source_zh_cn/model_train/custom_program/operation/op_custom_ascendc.md +++ b/docs/mindspore/source_zh_cn/model_train/custom_program/operation/op_custom_ascendc.md @@ -63,6 +63,7 @@ kernel侧和host侧,您可按照下述步骤进行自定义算子的编译部 | `--op_host_path` `-o` | host侧算子实现路径 | 无 | 是 | | `--op_kernel_path` `-k`| kernel侧算子实现路径 | 无 | 是 | | `--vendor_name` | 自定义算子厂商名称 | "customize" | 否 | + | `--soc_version` | 自定义昇腾AI处理器的版本 | 无 | 否 | | `--ascend_cann_package_path` | CANN软件包安装路径 | 无 | 否 | | `--install_path` | 自定义算子安装路径 | 无 | 否 | | `-i` | 安装自定义算子到`--install_path`,否则安装到环境变量`ASCEND_OPP_PATH`指定的路径 | 不设置 | 否 |