mirror of
https://github.com/deepseek-ai/DeepEP
synced 2025-06-26 18:28:11 +00:00
Remove useless comments
This commit is contained in:
parent
5a2e37fa28
commit
1157693c0c
@ -113,7 +113,7 @@ Buffer::~Buffer() noexcept(false) {
|
||||
internode::finalize();
|
||||
}
|
||||
|
||||
// Free cuBLAS handle, workspace and MoE counter
|
||||
// Free workspace and MoE counter
|
||||
CUDA_CHECK(cudaFree(workspace));
|
||||
CUDA_CHECK(cudaFreeHost(const_cast<int*>(moe_recv_counter)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user