mirror of
https://github.com/deepseek-ai/DeepEP
synced 2025-06-26 18:28:11 +00:00
Code cleanup and bug fixed
This commit is contained in:
@@ -147,7 +147,7 @@ public:
|
||||
const std::optional<torch::Tensor>& out = std::nullopt);
|
||||
|
||||
torch::Tensor
|
||||
get_next_low_latency_combine_buffer(int num_max_dispatch_tokens_per_rank, int hidden, int num_experts);
|
||||
get_next_low_latency_combine_buffer(int num_max_dispatch_tokens_per_rank, int hidden, int num_experts) const;
|
||||
};
|
||||
|
||||
} // namespace deep_ep
|
||||
|
||||
Reference in New Issue
Block a user