diff --git a/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/topk_gpu_kernel.h b/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/topk_gpu_kernel.h index 8b16552c5a8..caae1cbef51 100644 --- a/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/topk_gpu_kernel.h +++ b/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/topk_gpu_kernel.h @@ -51,7 +51,6 @@ class TopKGpuKernel : public GpuKernel { reinterpret_cast(stream_ptr)); if (sorted_ == false) { - std::cout << "================BitonicSortByKey" << std::endl; BitonicSortByKey(outer_size_, k_, output_addr, indices, data_buff, index_buff, reinterpret_cast(stream_ptr)); }