"vscode:/vscode.git/clone" did not exist on "bf669606eb84e12dc1ecf15b23c1eedab204d660"
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,
// auto half_block_size = block_size / 2;
// 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
{
......
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