Commit 1a634aca authored by guangzlu's avatar guangzlu
Browse files

move print in device_batched_gemm_softmax_gemm_permute_train_xdl_cshuffle.hpp

parent 9241ff62
......@@ -557,9 +557,6 @@ struct DeviceBatchedGemmSoftmaxGemmPermute_Train_Xdl_CShuffle
seed_ = std::get<0>(seeds);
offset_ = std::get<1>(seeds);
std::cout << "seed_" << seed_ << std::endl;
std::cout << "offset_" << offset_ << std::endl;
}
void Print() const
......
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