sunce4t commented on issue #3102: URL: https://github.com/apache/brpc/issues/3102#issuecomment-3324159042
> [@sunce4t](https://github.com/sunce4t) 请教一下,训练使用GPU Direct RDMA的时候,需要精细化管理显存,让每个RPC的数据写入指定的显存吗?还是直接从池子里取一块显存写入? hi,最好的方式肯定是能够精细化管理。但使用brpc的话,由于rdma recv的接收顺序肯定没办法保证的。所以这个还是只能做成池的形式。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
