为什么新建用户不能执行推理
收藏回复举报
为什么新建用户不能执行推理
t('forum.solved') 已解决
发表于2024-01-10 12:33:25
0 查看

我在小藤上新建一个用户如aitest,就算加入了HwBaseUser HwDmUser组,在执行samples例子时报以下错误,还有很多EVENT就不贴出来了 感觉是acl库的权限有问题吗,难道一定要关联用户1000这个id?

[ERROR] DRV(870974,python):2024-01-10-12:29:14.488.478 [trs_dev_drv.c:389][tsdrv] [trs_svm_proc_bind 389] Open svm device failed.
[ERROR] DRV(870974,python):2024-01-10-12:29:14.488.536 [trs_dev_drv.c:419][tsdrv] [drvMemSmmuQuery 419] Proc bind failed. (ret=38)
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.488.670 [npu_driver.cc:2201]870974 DeviceOpen:[drv api] drvMemSmmuQuery failed: deviceId=0, SSID=0, drvRetCode=3!
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.229 [device.cc:243]870974 Init:report error module_type=0, module_name=EE9999
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.302 [device.cc:243]870974 Init:Failed to open device, retCode=0x7020004, deviceId=0.
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.392 [runtime.cc:2473]870974 DeviceRetain:Failed to init device.

[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.600 [runtime.cc:2497]870974 DeviceRetain:report error module_type=0, module_name=EE9999
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.628 [runtime.cc:2497]870974 DeviceRetain:Check param failed, dev can not be NULL!
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.681 [runtime.cc:2310]870974 PrimaryContextRetain:report error module_type=0, module_name=EE9999
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.712 [runtime.cc:2310]870974 PrimaryContextRetain:Check param failed, dev can not be NULL!
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.791 [runtime.cc:2337]870974 PrimaryContextRetain:report error module_type=0, module_name=EE9999
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.824 [runtime.cc:2337]870974 PrimaryContextRetain:Check param failed, ctx can not be NULL!
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.871 [api_impl.cc:1786]870974 NewDevice:report error module_type=0, module_name=EE9999
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.902 [api_impl.cc:1786]870974 NewDevice:Check param failed, context can not be null.
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.943 [api_impl.cc:1807]870974 SetDevice:report error module_type=0, module_name=EE9999
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.489.972 [api_impl.cc:1807]870974 SetDevice:New device failed, retCode=0x7010006
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.490.092 [logger.cc:796]870974 SetDevice:Set device failed, device_id=0, deviceMode=0.
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.490.170 [api_c.cc:1563]870974 rtSetDevice:ErrCode=507033, desc=[device retain error], InnerCode=0x7010006
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.490.203 [error_message_manage.cc:50]870974 FuncErrorReason:report error module_type=3, module_name=EE8888
[ERROR] RUNTIME(870974,python):2024-01-10-12:29:14.490.239 [error_message_manage.cc:50]870974 FuncErrorReason:rtSetDevice execute failed, reason=[device retain error]
[ERROR] ASCENDCL(870974,python):2024-01-10-12:29:14.490.459 [device.cpp:166]870974 aclrtSetDevice: open device 0 failed, runtime result = 507033.

本帖最后由 匿名用户2024/01/10 12:42:15 编辑

我要发帖子