deepseek-ai / deepseek-ai/DeepEP
why i not find combine_ll and dispatch_ll kernel in DeepEP code?
- Dominant language
- Cuda
- Stars
- 10.1k
- Forks
- 1.4k
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 2
Description
I find dpsk::ep::internode::dispatch_ll and dpsk::ep::internode::combine_ll kernel in decode.json of [profile-data](https://github.com/deepseek-ai/profile-data, but they are not in DeepEP code inplement.
Is this kernel name is changed in github DeepEP code?
and dispatch_ll and combine_ll kernel is internode_ll::dispatch and internode_ll::combine in DeepEP/csrc/kernels/internode_ll.cu now???
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare the kernel names in profile-data/decode.json with the entry points in DeepEP/csrc/kernels/internode_ll.cu. Start by tracing dispatch_ll and combine_ll in both references and check the repository history if needed. Done means documenting whether the profile names map to the current internode_ll::dispatch and internode_ll::combine names, or identifying the mismatch.
Written by the indexing model from the issue text.
Assessment
- Domain
- distributed-systems
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100