From 05c04502dbcf37fe2529e5fdcac2ec65557eab1a Mon Sep 17 00:00:00 2001 From: wilfChen Date: Sat, 18 Jul 2020 10:37:03 +0800 Subject: [PATCH] remove useless log --- .../ccsrc/backend/kernel_compiler/gpu/arrays/topk_gpu_kernel.h | 1 - 1 file changed, 1 deletion(-) 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)); }