mooncake-store开启privileged不挂载npu卡,程序可以正常运行它得一个原理是什么?
收藏回复举报
mooncake-store开启privileged不挂载npu卡,程序可以正常运行它得一个原理是什么?
t('forum.solved') 已解决
发表于2026-04-11 09:57:08
0 查看

相关链接https://www.hiascend.com/forum/thread-02150211081577328053-1-1.html?postId=03152211088080585114

从这里我们可以知道 mooncake-store 必须关联npu卡才能正常使用

我今天开启特权模式后,虽然没有将卡挂到mooncake-store 里但是程序正常启动了,并且I0411 01:50:28.768528 1 transfer_executor_base.cpp:227] Success to initialize adxl engine:172.30.126.186:20075, pid:1 I0411 01:50:28.769265 1 client_service.cpp:434] Transfer engine auto discovery is disabled for protocol: ascend W0411 01:50:28.769284 1 transfer_engine_impl.cpp:349] Transport ascend already installed I0411 01:50:28.769531 1 real_client.cpp:395] Successfully created client on port 12368 after 1 attempt(s) I0411 01:50:28.769542 1 real_client.cpp:434] Local buffer size is 0, skip registering local memory I0411 01:50:28.769547 1 real_client.cpp:490] Mounting segment: 3355443200 bytes, 3355443200 of 3355443200 I0411 01:50:28.770852 1 ascend_allocator.cpp:181] aclrtMallocHost suc, addr: 0x12c180000000 I0411 01:50:28.772015 1 transfer_executor_base.cpp:452] TransferExecutor register mem addr:0x12c180000000, length:3355443200, mem type:host, engine index:0 我看日志 hixl的方法都成功运行了,我是不是可以理解为mooncake-store仅仅使用的是npu的通信库,而容器挂载一张npu卡,其实锁得是它得算力部分 (这是我瞎猜得,等大佬解答)

我要发帖子