登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
轻量养虾,开箱即用!低 Token + 稳定算力,Gitee & 模力方舟联合出品的 PocketClaw 正式开售!点击了解详情
代码拉取完成,页面将自动刷新
仓库状态说明
开源项目
>
人工智能
>
机器学习/深度学习
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
91
Star
660
Fork
1.5K
Ascend
/
pytorch
暂停
代码
Issues
38
Pull Requests
350
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
The argument is invalid.Reason: Unsupport chip type, chipType=4
DONE
#I9W296
Bug-Report
黄同学
创建于
2024-06-07 18:00
一、问题现象(附报错日志上下文): ``` 在容器环境中,执行下面程序报错: import torch import torch_npu device = torch.device("npu:0") torch.npu.set_device(device) mask = torch.zeros((1, 1, 28, 28), device=device) padded_mask = torch.ones((1, 1, 30, 30), device=device) padded_mask[:, :, 1:-1, 1:-1] = mask print(padded_mask) 详细错误信息参考下面日志详情 ``` 二、软件版本和环境信息: ``` -- CANN 版本 (e.g., CANN 3.0.x,5.x.x): package_name=Ascend-cann-toolkit version=6.3.RC2 innerversion=V100R001C30SPC001B249 compatible_version=[V100R001C29],[V100R001C30] arch=aarch64 os=linux path=/usr/local/Ascend/ascend-toolkit/6.3.RC2/aarch64-linux -- 镜像版本 ascendhub.huawei.com/public-ascendhub/pytorch-modelzoo:23.0.RC2-1.11.0 -- Pytorch 版本: torch 1.11.0 torch-npu 1.11.0.post1 -- Python 版本: Python 3.7.5 -- 操作系统版本: NAME="Kylin Linux Advanced Server" VERSION="V10 (Lance)" ID="kylin" VERSION_ID="V10" PRETTY_NAME="Kylin Linux Advanced Server V10 (Lance)" ANSI_COLOR="0;31" -- 显卡型号 型号:310P3 -- 驱动版本 Version=23.0.1 ascendhal_version=7.35.19 aicpu_version=1.0 tdt_version=1.0 log_version=1.0 prof_version=2.0 dvppkernels_version=1.1 tsfw_version=1.0 Innerversion=V100R001C15SPC004B220 compatible_version=[V100R001C29],[V100R001C30],[V100R001C13],[V100R001C15] compatible_version_fw=[6.4.0,6.4.99],[7.0.0,7.1.99] package_version=23.0.1 ``` 三、测试步骤: 步骤1:启动docker镜像: ``` docker run -it --ipc=host --device=/dev/davinci2 --device=/dev/davinci_manager --device=/dev/devmm_svm --device=/dev/hisi_hdc -v /usr/local/Ascend/driver:/usr/local/Ascend/driver -v /usr/local/Ascend/add-ons/:/usr/local/Ascend/add-ons/ -v /usr/local/sbin/npu-smi:/usr/local/sbin/npu-smi -v /usr/local/sbin/:/usr/local/sbin/ -v /var/log/npu/conf/slog/slog.conf:/var/log/npu/conf/slog/slog.conf -v /var/log/npu/slog/:/var/log/npu/slog -v /var/log/npu/profiling/:/var/log/npu/profiling -v /var/log/npu/dump/:/var/log/npu/dump -v /var/log/npu/:/usr/slog ascendhub.huawei.com/public-ascendhub/pytorch-modelzoo:23.0.RC2-1.11.0 /bin/bash ``` 步骤2:设置变量 ``` source /usr/local/Ascend/ascend-toolkit/set_env.sh ``` 步骤3:执行代码 ``` import torch import torch_npu device = torch.device("npu:0") torch.npu.set_device(device) mask = torch.zeros((1, 1, 28, 28), device=device) padded_mask = torch.ones((1, 1, 30, 30), device=device) padded_mask[:, :, 1:-1, 1:-1] = mask print(padded_mask) ``` 最后一步 print(padded_mask) 程序会报错 四、日志信息: ``` [WARN]operator(),NPUStream.cpp:188:Feature is not supported and the possible cause is that drivers and firmware packages do not match. EE1001: The argument is invalid.Reason: Unsupport chip type, chipType=4. Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship. TraceBack (most recent call last): Task execute failed, device_id=0, stream_id=0, task_id=1, flip_num=0, task_type=83.[FUNC:GetError][FILE:stream.cc][LINE:1418] The argument is invalid.Reason: Unsupport chip type, chipType=4. The argument is invalid.Reason: rtSetOpWaitTimeOut execute failed, reason=[feature not support] set wait timeout failed, runtime result = 207000[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] rtStreamSynchronizeWithTimeout execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] synchronize stream failed, runtime result = 507001[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] Traceback (most recent call last): File "1.py", line 8, in <module> print(padded_mask) File "/usr/local/python3.7.5/lib/python3.7/site-packages/torch_npu/utils/_tensor_str.py", line 213, in __repr__ return _str(self) File "/usr/local/python3.7.5/lib/python3.7/site-packages/torch_npu/utils/_tensor_str.py", line 163, in _str return _str_intern(self) File "/usr/local/python3.7.5/lib/python3.7/site-packages/torch_npu/utils/_tensor_str.py", line 140, in _str_intern tensor_str = _tensor_str(self, indent) File "/usr/local/python3.7.5/lib/python3.7/site-packages/torch_npu/utils/_tensor_str.py", line 57, in _tensor_str self = self.cpu() RuntimeError: ACL stream synchronize failed, error code:507001 [W NPUStream.cpp:392] Warning: NPU warning, error code is 507001[Error]: [Error]: An internal error occurs in the task scheduler module on the device. Rectify the fault based on the error information in the log, or you can ask us at follwing gitee link by issues: https://gitee.com/ascend/pytorch/issue EL0005: The resources are busy. Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready. Solution: 1. Close applications not in use. 2. Wait for a while and try again. TraceBack (most recent call last): Memory async copy failed, device_id=0, stream_id=3, task_id=4, flip_num=0, copy_type=0, memcpy_type=0, copy_data_type=0, length=32[FUNC:GetError][FILE:stream.cc][LINE:1418] rtDeviceSynchronize execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] wait for compute device to finish failed, runtime result = 507001.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] EE1001: The argument is invalid.Reason: Unsupport chip type, chipType=4. Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship. TraceBack (most recent call last): Task execute failed, device_id=0, stream_id=0, task_id=1, flip_num=0, task_type=83.[FUNC:GetError][FILE:stream.cc][LINE:1418] The argument is invalid.Reason: Unsupport chip type, chipType=4. The argument is invalid.Reason: rtSetOpWaitTimeOut execute failed, reason=[feature not support] set wait timeout failed, runtime result = 207000[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] rtStreamSynchronizeWithTimeout execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] synchronize stream failed, runtime result = 507001[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] (function npuSynchronizeDevice) [W NPUStream.cpp:392] Warning: NPU warning, error code is 507001[Error]: [Error]: An internal error occurs in the task scheduler module on the device. Rectify the fault based on the error information in the log, or you can ask us at follwing gitee link by issues: https://gitee.com/ascend/pytorch/issue EH9999: Inner Error! rtDeviceSynchronize execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] EH9999 wait for compute device to finish failed, runtime result = 507001.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] EL0005: The resources are busy. Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready. Solution: 1. Close applications not in use. 2. Wait for a while and try again. TraceBack (most recent call last): Memory async copy failed, device_id=0, stream_id=3, task_id=4, flip_num=0, copy_type=0, memcpy_type=0, copy_data_type=0, length=32[FUNC:GetError][FILE:stream.cc][LINE:1418] rtDeviceSynchronize execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] wait for compute device to finish failed, runtime result = 507001.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] EE1001: The argument is invalid.Reason: Unsupport chip type, chipType=4. Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship. TraceBack (most recent call last): Task execute failed, device_id=0, stream_id=0, task_id=1, flip_num=0, task_type=83.[FUNC:GetError][FILE:stream.cc][LINE:1418] The argument is invalid.Reason: Unsupport chip type, chipType=4. The argument is invalid.Reason: rtSetOpWaitTimeOut execute failed, reason=[feature not support] set wait timeout failed, runtime result = 207000[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] rtStreamSynchronizeWithTimeout execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] synchronize stream failed, runtime result = 507001[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] (function npuSynchronizeDevice) ```
一、问题现象(附报错日志上下文): ``` 在容器环境中,执行下面程序报错: import torch import torch_npu device = torch.device("npu:0") torch.npu.set_device(device) mask = torch.zeros((1, 1, 28, 28), device=device) padded_mask = torch.ones((1, 1, 30, 30), device=device) padded_mask[:, :, 1:-1, 1:-1] = mask print(padded_mask) 详细错误信息参考下面日志详情 ``` 二、软件版本和环境信息: ``` -- CANN 版本 (e.g., CANN 3.0.x,5.x.x): package_name=Ascend-cann-toolkit version=6.3.RC2 innerversion=V100R001C30SPC001B249 compatible_version=[V100R001C29],[V100R001C30] arch=aarch64 os=linux path=/usr/local/Ascend/ascend-toolkit/6.3.RC2/aarch64-linux -- 镜像版本 ascendhub.huawei.com/public-ascendhub/pytorch-modelzoo:23.0.RC2-1.11.0 -- Pytorch 版本: torch 1.11.0 torch-npu 1.11.0.post1 -- Python 版本: Python 3.7.5 -- 操作系统版本: NAME="Kylin Linux Advanced Server" VERSION="V10 (Lance)" ID="kylin" VERSION_ID="V10" PRETTY_NAME="Kylin Linux Advanced Server V10 (Lance)" ANSI_COLOR="0;31" -- 显卡型号 型号:310P3 -- 驱动版本 Version=23.0.1 ascendhal_version=7.35.19 aicpu_version=1.0 tdt_version=1.0 log_version=1.0 prof_version=2.0 dvppkernels_version=1.1 tsfw_version=1.0 Innerversion=V100R001C15SPC004B220 compatible_version=[V100R001C29],[V100R001C30],[V100R001C13],[V100R001C15] compatible_version_fw=[6.4.0,6.4.99],[7.0.0,7.1.99] package_version=23.0.1 ``` 三、测试步骤: 步骤1:启动docker镜像: ``` docker run -it --ipc=host --device=/dev/davinci2 --device=/dev/davinci_manager --device=/dev/devmm_svm --device=/dev/hisi_hdc -v /usr/local/Ascend/driver:/usr/local/Ascend/driver -v /usr/local/Ascend/add-ons/:/usr/local/Ascend/add-ons/ -v /usr/local/sbin/npu-smi:/usr/local/sbin/npu-smi -v /usr/local/sbin/:/usr/local/sbin/ -v /var/log/npu/conf/slog/slog.conf:/var/log/npu/conf/slog/slog.conf -v /var/log/npu/slog/:/var/log/npu/slog -v /var/log/npu/profiling/:/var/log/npu/profiling -v /var/log/npu/dump/:/var/log/npu/dump -v /var/log/npu/:/usr/slog ascendhub.huawei.com/public-ascendhub/pytorch-modelzoo:23.0.RC2-1.11.0 /bin/bash ``` 步骤2:设置变量 ``` source /usr/local/Ascend/ascend-toolkit/set_env.sh ``` 步骤3:执行代码 ``` import torch import torch_npu device = torch.device("npu:0") torch.npu.set_device(device) mask = torch.zeros((1, 1, 28, 28), device=device) padded_mask = torch.ones((1, 1, 30, 30), device=device) padded_mask[:, :, 1:-1, 1:-1] = mask print(padded_mask) ``` 最后一步 print(padded_mask) 程序会报错 四、日志信息: ``` [WARN]operator(),NPUStream.cpp:188:Feature is not supported and the possible cause is that drivers and firmware packages do not match. EE1001: The argument is invalid.Reason: Unsupport chip type, chipType=4. Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship. TraceBack (most recent call last): Task execute failed, device_id=0, stream_id=0, task_id=1, flip_num=0, task_type=83.[FUNC:GetError][FILE:stream.cc][LINE:1418] The argument is invalid.Reason: Unsupport chip type, chipType=4. The argument is invalid.Reason: rtSetOpWaitTimeOut execute failed, reason=[feature not support] set wait timeout failed, runtime result = 207000[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] rtStreamSynchronizeWithTimeout execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] synchronize stream failed, runtime result = 507001[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] Traceback (most recent call last): File "1.py", line 8, in <module> print(padded_mask) File "/usr/local/python3.7.5/lib/python3.7/site-packages/torch_npu/utils/_tensor_str.py", line 213, in __repr__ return _str(self) File "/usr/local/python3.7.5/lib/python3.7/site-packages/torch_npu/utils/_tensor_str.py", line 163, in _str return _str_intern(self) File "/usr/local/python3.7.5/lib/python3.7/site-packages/torch_npu/utils/_tensor_str.py", line 140, in _str_intern tensor_str = _tensor_str(self, indent) File "/usr/local/python3.7.5/lib/python3.7/site-packages/torch_npu/utils/_tensor_str.py", line 57, in _tensor_str self = self.cpu() RuntimeError: ACL stream synchronize failed, error code:507001 [W NPUStream.cpp:392] Warning: NPU warning, error code is 507001[Error]: [Error]: An internal error occurs in the task scheduler module on the device. Rectify the fault based on the error information in the log, or you can ask us at follwing gitee link by issues: https://gitee.com/ascend/pytorch/issue EL0005: The resources are busy. Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready. Solution: 1. Close applications not in use. 2. Wait for a while and try again. TraceBack (most recent call last): Memory async copy failed, device_id=0, stream_id=3, task_id=4, flip_num=0, copy_type=0, memcpy_type=0, copy_data_type=0, length=32[FUNC:GetError][FILE:stream.cc][LINE:1418] rtDeviceSynchronize execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] wait for compute device to finish failed, runtime result = 507001.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] EE1001: The argument is invalid.Reason: Unsupport chip type, chipType=4. Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship. TraceBack (most recent call last): Task execute failed, device_id=0, stream_id=0, task_id=1, flip_num=0, task_type=83.[FUNC:GetError][FILE:stream.cc][LINE:1418] The argument is invalid.Reason: Unsupport chip type, chipType=4. The argument is invalid.Reason: rtSetOpWaitTimeOut execute failed, reason=[feature not support] set wait timeout failed, runtime result = 207000[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] rtStreamSynchronizeWithTimeout execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] synchronize stream failed, runtime result = 507001[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] (function npuSynchronizeDevice) [W NPUStream.cpp:392] Warning: NPU warning, error code is 507001[Error]: [Error]: An internal error occurs in the task scheduler module on the device. Rectify the fault based on the error information in the log, or you can ask us at follwing gitee link by issues: https://gitee.com/ascend/pytorch/issue EH9999: Inner Error! rtDeviceSynchronize execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] EH9999 wait for compute device to finish failed, runtime result = 507001.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] TraceBack (most recent call last): Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] EL0005: The resources are busy. Possible Cause: 1. The resources have been occupied. 2. The device is being reset. 3. Software is not ready. Solution: 1. Close applications not in use. 2. Wait for a while and try again. TraceBack (most recent call last): Memory async copy failed, device_id=0, stream_id=3, task_id=4, flip_num=0, copy_type=0, memcpy_type=0, copy_data_type=0, length=32[FUNC:GetError][FILE:stream.cc][LINE:1418] rtDeviceSynchronize execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] wait for compute device to finish failed, runtime result = 507001.[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] EE1001: The argument is invalid.Reason: Unsupport chip type, chipType=4. Solution: 1.Check the input parameter range of the function. 2.Check the function invocation relationship. TraceBack (most recent call last): Task execute failed, device_id=0, stream_id=0, task_id=1, flip_num=0, task_type=83.[FUNC:GetError][FILE:stream.cc][LINE:1418] The argument is invalid.Reason: Unsupport chip type, chipType=4. The argument is invalid.Reason: rtSetOpWaitTimeOut execute failed, reason=[feature not support] set wait timeout failed, runtime result = 207000[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] rtStreamSynchronizeWithTimeout execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] synchronize stream failed, runtime result = 507001[FUNC:ReportCallError][FILE:log_inner.cpp][LINE:161] Task execute failed, device_id=0, stream_id=4, task_id=1, flip_num=0, task_type=87.[FUNC:GetError][FILE:stream.cc][LINE:1418] Failed to synchronize stream, retCode=0x7150004.[FUNC:SyncGetDevMsg][FILE:api_impl.cc][LINE:4141] Sync get device msg failed, retCode=0x7150004.[FUNC:GetDevErrMsg][FILE:api_impl.cc][LINE:4160] rtGetDevMsg execute failed, reason=[tsfw param illegal][FUNC:FuncErrorReason][FILE:error_message_manage.cc][LINE:50] (function npuSynchronizeDevice) ```
评论 (
4
)
登录
后才可以发表评论
状态
DONE
TODO
Analysing
ACCEPTED
WIP
Feedback
TEST
DONE
REJECTED
负责人
未设置
标签
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(3)
Python
1
https://gitee.com/ascend/pytorch.git
git@gitee.com:ascend/pytorch.git
ascend
pytorch
pytorch
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册