ican2002
ican2002
I use DPDK v22.07, and current master version of dpdk-rs. I compiled this repo as the guide. but there is some errors about constant and structure member, which seems changed...
@LyricZhao , hello, I read the code for low latency: https://github.com/deepseek-ai/DeepEP/blob/c18eabdebf1381978ff884d278f6083a6153be3f/csrc/deep_ep.cpp#L1169-L1182 https://github.com/deepseek-ai/DeepEP/blob/c18eabdebf1381978ff884d278f6083a6153be3f/csrc/deep_ep.cpp#L1274-L1285 I found that num_device_sms (the number of SMs) is from, https://github.com/deepseek-ai/DeepEP/blob/c18eabdebf1381978ff884d278f6083a6153be3f/csrc/deep_ep.cpp#L43-L46 Does it means that all SMs are...