"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "1f1ae5bb1ea246839099e054671a87533db49923"
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 ...@@ -557,9 +557,6 @@ struct DeviceBatchedGemmSoftmaxGemmPermute_Train_Xdl_CShuffle
seed_ = std::get<0>(seeds); seed_ = std::get<0>(seeds);
offset_ = std::get<1>(seeds); offset_ = std::get<1>(seeds);
std::cout << "seed_" << seed_ << std::endl;
std::cout << "offset_" << offset_ << std::endl;
} }
void Print() const 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