Commit 1157693c authored by Chenggang Zhao's avatar Chenggang Zhao
Browse files

Remove useless comments

parent 5a2e37fa
......@@ -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)));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment