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:
@@ -113,7 +113,7 @@ Buffer::~Buffer() noexcept(false) {
|
|||||||
internode::finalize();
|
internode::finalize();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Free cuBLAS handle, workspace and MoE counter
|
// Free workspace and MoE counter
|
||||||
CUDA_CHECK(cudaFree(workspace));
|
CUDA_CHECK(cudaFree(workspace));
|
||||||
CUDA_CHECK(cudaFreeHost(const_cast<int*>(moe_recv_counter)));
|
CUDA_CHECK(cudaFreeHost(const_cast<int*>(moe_recv_counter)));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user