deepseek-ai / deepseek-ai/DeepEP
Question About num_rc_per_pe in Normal Dispatch
Open
- Dominant language
- Cuda
- Stars
- 10.1k
- Forks
- 1.4k
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 2
Description
https://github.com/deepseek-ai/DeepEP/pull/181 fixed a timeout problem by forbidding concurrent submissions of QP.
However, in normal dispatch
```
EP_DEVICE_ASSERT(ibgda_get_state()->num_rc_per_pe == num_channels or ibgda_get_state()->num_rc_per_pe >= num_sms);
```
Why is `num_rc_per_pe == num_channels` still allowed?
Thank you!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.