提交 b5d8dad4 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!3187 Remove useless log in TopK kernel

Merge pull request !3187 from chenweifeng/topk
......@@ -51,7 +51,6 @@ class TopKGpuKernel : public GpuKernel {
reinterpret_cast<cudaStream_t>(stream_ptr));
if (sorted_ == false) {
std::cout << "================BitonicSortByKey" << std::endl;
BitonicSortByKey(outer_size_, k_, output_addr, indices, data_buff, index_buff,
reinterpret_cast<cudaStream_t>(stream_ptr));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册