Commit 789f86fb authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 8e485cc8
...@@ -367,7 +367,8 @@ void triadd_layernorm(hipStream_t stream, ...@@ -367,7 +367,8 @@ void triadd_layernorm(hipStream_t stream,
// auto half_block_size = block_size / 2; // auto half_block_size = block_size / 2;
// triadd_layernorm_half2<<<block_num, half_block_size, shared_size, stream>>>( // triadd_layernorm_half2<<<block_num, half_block_size, shared_size, stream>>>(
// arg1.data(), arg2.data(), arg3.data(), result.data(), batch_item_num, half_block_size); // arg1.data(), arg2.data(), arg3.data(), result.data(), batch_item_num,
// half_block_size);
} }
else else
{ {
......
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