Remove useless comments

This commit is contained in:
Chenggang Zhao 2025-06-09 17:14:25 +08:00
parent 5a2e37fa28
commit 1157693c0c

View File

@ -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)));