forked from mindspore-Ecosystem/mindspore
remove useless log
This commit is contained in:
parent
4a19e6b8cb
commit
05c04502db
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue